From 426a7648c92bdef3149a5418ed84b79d8aa486d6 Mon Sep 17 00:00:00 2001 From: liujun Date: Sat, 27 Jan 2024 16:03:31 +0800 Subject: [PATCH] =?UTF-8?q?13856=20=E5=AE=A1=E6=A0=B8=E5=AE=8C=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B9=8B=E5=90=8E=EF=BC=8C=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E4=B8=8B=E4=B8=80=E4=B8=AA=E4=BA=BA=EF=BC=8C=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=A1=86=E5=86=85=E4=BF=A1=E6=81=AF=E6=B2=A1=E6=9C=89=E9=87=8D?= =?UTF-8?q?=E7=BD=AE=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/train/synInfo/components/sendUtil.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/views/train/synInfo/components/sendUtil.vue b/src/views/train/synInfo/components/sendUtil.vue index 36a958b..71baf47 100644 --- a/src/views/train/synInfo/components/sendUtil.vue +++ b/src/views/train/synInfo/components/sendUtil.vue @@ -148,6 +148,18 @@ export default { beforeClose() { this.corp_id = null this.visible = false + this.form = { + STATUS: null, + APPOINT_CORP_ID: '', + APPOINT_CORP_NAME: '', + APPOINT_DEPARTMENT_ID: null, + APPOINT_DEPARTMENT_NAME: '', + APPOINT_USER_ID: '', + APPOINT_USER_NAME: '', + user: '', + tm: new Date().getTime(), + list: [] + } }, sendMessage() { this.$refs.form.validate((valid) => {