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

回显问题

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