diff --git a/src/views/train/synInfo/components/sendUtil.vue b/src/views/train/synInfo/components/sendUtil.vue index 2362c91..5ba1adc 100644 --- a/src/views/train/synInfo/components/sendUtil.vue +++ b/src/views/train/synInfo/components/sendUtil.vue @@ -143,6 +143,10 @@ export default { const info = JSON.parse(e) this.form.APPOINT_CORP_ID = info.CORPINFO_ID this.form.APPOINT_CORP_NAME = info.CORP_NAME + this.form.APPOINT_DEPARTMENT_ID = null + this.form.APPOINT_DEPARTMENT_NAME = '' + this.form.APPOINT_USER_ID = '' + this.form.APPOINT_USER_NAME = '' this.getDepartmentTree() }, beforeClose() { @@ -175,6 +179,7 @@ export default { this.$message.success('推送成功') this.visible = false this.$emit('refresh', '') + this.beforeClose() } }) } @@ -198,6 +203,9 @@ export default { DEPARTMENT_ID: e.id } ).then((data) => { + this.form.APPOINT_USER_ID = '' + this.form.APPOINT_USER_NAME = '' + this.form.user = '' this.peopleList = data.userList }).catch((e) => { console.log(e)