From 6a5a92f77df879cd9b407523c4d5d857ea261401 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 17 Mar 2025 13:33:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E5=AD=907=E8=BD=A6=E9=97=B4?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=85=B3=E8=81=94=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/mlog_dept7.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/wpm/mlog_dept7.vue b/src/views/wpm/mlog_dept7.vue index f9e635e8..ef30717d 100644 --- a/src/views/wpm/mlog_dept7.vue +++ b/src/views/wpm/mlog_dept7.vue @@ -671,6 +671,7 @@ export default { this.$message.success("撤回成功"); this.mtaskClick(this.currentMtask); this.$refs.table_wm.refresh(); + this.$refs.table_mtask.refresh(); this.mlogHandleLoading = false; }) .catch((e) => { @@ -822,6 +823,7 @@ export default { that.$message.success("操作成功"); that.mtaskClick(that.currentMtask); that.$refs.table_wm.refresh(); + that.$refs.table_mtask.refresh(); that.getMlogs(); that.mlogHandleLoading = false; })