From 4b6d5186216d0c64bd1ded5803605eb53ff62275 Mon Sep 17 00:00:00 2001 From: liujun <liujun@zcloudchina.com> Date: Sat, 23 Dec 2023 10:27:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8Bbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/train/flow/components/sendUtil.vue | 2 +- src/views/train/synInfo/components/sendUtil.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/train/flow/components/sendUtil.vue b/src/views/train/flow/components/sendUtil.vue index 3b46ac8..0ab923d 100644 --- a/src/views/train/flow/components/sendUtil.vue +++ b/src/views/train/flow/components/sendUtil.vue @@ -1,6 +1,6 @@ <template> <div> - <el-dialog :visible.sync="visible" :append-to-body="appendToBody" :before-close="beforeClose" title="头像" width="370px" destroy-on-close> + <el-dialog :visible.sync="visible" :append-to-body="appendToBody" :before-close="beforeClose" title="审批" width="370px" destroy-on-close> <el-form> <el-form-item prop="TERRITORIALITY" label="集团单位 "> <Treeselect diff --git a/src/views/train/synInfo/components/sendUtil.vue b/src/views/train/synInfo/components/sendUtil.vue index 9dc47a2..125d89f 100644 --- a/src/views/train/synInfo/components/sendUtil.vue +++ b/src/views/train/synInfo/components/sendUtil.vue @@ -84,6 +84,7 @@ export default { }, beforeClose() { this.corp_id = null + this.visible = false }, sendMessage() { const corp_id = JSON.parse(this.corp_id).CORPINFO_ID