From 9f66afc6b262a04345bec33d8247b505b8e1c14f Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 18 Sep 2025 09:06:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=B7=B2=E6=8F=90=E4=BA=A4=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E8=AF=A6=E6=83=85=E5=85=B3=E9=97=AD=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E5=88=B7=E6=96=B0=E6=97=A5=E5=BF=97=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlog_detail.vue | 7 ++++++- src/views/wpm_bx/mlogs.vue | 6 ++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index cd642b9d..931df1af 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -3,7 +3,7 @@
@@ -1048,6 +1048,11 @@ export default { }); }) }, + closedPage(){ + let that = this; + that.visible = false; + that.$emit('closed',that.isSubmit); + }, }, }; diff --git a/src/views/wpm_bx/mlogs.vue b/src/views/wpm_bx/mlogs.vue index 5e6bfae5..437147eb 100644 --- a/src/views/wpm_bx/mlogs.vue +++ b/src/views/wpm_bx/mlogs.vue @@ -374,9 +374,11 @@ export default { } } }, - detailClose() { + detailClose(data) { this.dialog.detail = false; - this.$refs.table.refresh(); + if(data){}else{ + this.$refs.table.refresh(); + } }, table_monitor(row){ let that= this;