diff --git a/src/views/system/order/index.vue b/src/views/system/order/index.vue index 71c7921..ff9afe5 100644 --- a/src/views/system/order/index.vue +++ b/src/views/system/order/index.vue @@ -644,6 +644,8 @@ export default { }, // 派单 dispatch(row) { + this.nursePersonlist = {}; + this.PersonChecksrcList = []; this.querynursePersonname.orderNo = row.orderNo; this.nurseName = "请选择护理员"; this.innerdispatch = true;