From ab1cd79df54aa66910c395c14150d941b3f37b80 Mon Sep 17 00:00:00 2001 From: liujun Date: Wed, 27 Dec 2023 15:13:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=96=B9=E7=AB=AFbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/flow/components/sendUtil.vue | 1 + src/views/xgf/flowApply/components/apply.vue | 2 ++ src/views/xgf/flowApply/components/userInfo.vue | 1 + src/views/xgf/flowList/components/list.vue | 1 - src/views/xgf/flow_audit/index.vue | 2 +- 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue index 720da2f..e8acab1 100644 --- a/src/views/xgf/flow/components/sendUtil.vue +++ b/src/views/xgf/flow/components/sendUtil.vue @@ -44,6 +44,7 @@ export default { this.heirloom = JSON.stringify(e) }, beforeClose() { + this.visible = false }, sendMessage(row) { if (!this.value || this.value === '') { diff --git a/src/views/xgf/flowApply/components/apply.vue b/src/views/xgf/flowApply/components/apply.vue index 3c96882..8627ecb 100644 --- a/src/views/xgf/flowApply/components/apply.vue +++ b/src/views/xgf/flowApply/components/apply.vue @@ -301,10 +301,12 @@ export default { }, handleClose() { this.visible = false + this.form = {} this.$emit('refresh', '') }, closeWindow() { this.visible = false + this.form = {} } } } diff --git a/src/views/xgf/flowApply/components/userInfo.vue b/src/views/xgf/flowApply/components/userInfo.vue index 3b7e987..bb3a701 100644 --- a/src/views/xgf/flowApply/components/userInfo.vue +++ b/src/views/xgf/flowApply/components/userInfo.vue @@ -154,6 +154,7 @@ +