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

fixed

上级 50b9b74f
......@@ -200,7 +200,9 @@
watch: {
timeNodeList(val) {
console.log('val1',val)
this.timeNodes = val[0].id
if(val&&val.length) {
this.timeNodes = val[0].id
}
},
timeNodes(val) {
this.getNodeTimeContent(val)
......
......@@ -317,6 +317,10 @@
},
resetSearchData(formName) {
this.$refs[formName].resetFields();
this.getResidentList({
planId: this.$route.query.planId,
status: this.status
});
},
changePlan(row) {
this.planChangeData = {
......
......@@ -253,6 +253,9 @@
},
resetSearchData(formName) {
this.$refs[formName].resetFields();
this.getReservationList({
status: this.status
});
},
async goPatientDetail(row) { //预约详情页
await this.getEnteringInfo({patientId: row.patientId,fuPlanPatientTimesId: row.fuPlanPatientTimesId});
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册