From 8ac1ad41b191c045483054165cea5033108fe65d Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 1 Aug 2024 18:12:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=B3=E9=97=AD=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=90=8E=E5=88=B7=E6=96=B0mlog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/mlogs.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/wpm_gx/mlogs.vue b/src/views/wpm_gx/mlogs.vue index 6484c9f4..59faf69e 100644 --- a/src/views/wpm_gx/mlogs.vue +++ b/src/views/wpm_gx/mlogs.vue @@ -137,7 +137,7 @@ ref="detailDialog" :mlogId="mlogId" :mtask="mtask" - @closed="dialog.detail = false" + @closed="detailClose" > @@ -194,6 +194,10 @@ export default { }); }, methods: { + detailClose() { + this.dialog.detail = false; + this.$refs.table.refresh(); + }, //添加日志 table_add() { this.dialog.save = true;