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

fixed

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