提交 ad94b0bb 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed

上级 a87fb529
......@@ -173,8 +173,9 @@
let patientIdList = [];
patientIdList.push(this.residentDetail.patientId)
this.finishData = {
patientName: this.residentDetail.patientName,
changeCode: this.status,
planId: this.residentDetail.fPlanDto.id,
patientName: this.residentDetail.patientName,
patientIdList: patientIdList,
}
this.showFinishFollowup = true;
......
......@@ -252,8 +252,13 @@
patientName: row.patientName,
};
} else {
let patientIdList = [];
patientIdList.push(row.patientId)
this.finishData = {
patientName: row.patientName,
changeCode: row.status,
patientIdList: patientIdList,
patientName: row.patientName,
};
}
......
......@@ -226,7 +226,7 @@
...this.setSearchData()
})
},
handleCurrentChangePre(pageNum) {
handleCurrentChangePre(pageNo) {
this.getReservationList({
pageNo,
status: this.status,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册