From c5919657e5268c72d98bebd9b9f9b18fa6bf55cb Mon Sep 17 00:00:00 2001 From: liujun Date: Mon, 29 Jan 2024 17:20:47 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E9=94=99=E5=88=AB=E5=AD=97=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=202=E3=80=81=E7=9B=91=E7=AE=A1=E7=AB=AF=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2sql=E6=8A=A5=E9=94=99=E4=BF=AE=E6=94=B9=203=E3=80=81?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=8F=90=E4=BA=A4=E5=90=8E=E6=9C=AA=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/train/synInfo/components/sendUtil.vue | 8 ++++++++ 1 file changed, 8 insertions(+) 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)