提交 e8ad3eaf 编写于 作者: vino's avatar vino

回显问题

上级 780dbb5d
......@@ -149,6 +149,7 @@ export default {
// })
},
cancel() {
this.rangeTime = "";
this.$emit('update:appointmentTimeVisible', false);
}
}
......
......@@ -99,6 +99,7 @@ export default {
},
cancel(){
this.model.coordinatedRemark = "";
this.$emit('update:coordinatingVisible', false);
}
}
......
......@@ -88,6 +88,7 @@ export default {
},
cancel(){
this.model.toFollowReason = "";
this.$emit('update:followupVisible', false);
}
}
......
......@@ -166,6 +166,7 @@ export default {
},
cancel(){
this.model.operatorId = "";
this.$emit('update:matchVisible', false);
},
getAdminList(){
......
......@@ -145,6 +145,8 @@ export default {
},
cancel() {
this.model.triageDepartmentId = "";
this.model.triageRemark = "";
this.$emit('update:doctorVisible', false);
// this.doctorVisible = false;
},
......
......@@ -89,6 +89,7 @@ export default {
})
},
cancel(){
this.model.refundReason = "";
this.$emit('update:refundVisible', false);
},
}
......
......@@ -91,6 +91,7 @@ export default {
},
cancel(){
this.model.repatternRemark = "";
this.$emit('update:rematchingVisible', false);
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册