From 4657a2591de26a731db9c82d1c474aaf8ab653e7 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 18 Dec 2023 13:32:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0mtask=E5=90=88?= =?UTF-8?q?=E6=A0=BC=E6=95=B0=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/mlog_dept6_detail.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/wpm/mlog_dept6_detail.vue b/src/views/wpm/mlog_dept6_detail.vue index 2ff85aea..9a7ab1f1 100644 --- a/src/views/wpm/mlog_dept6_detail.vue +++ b/src/views/wpm/mlog_dept6_detail.vue @@ -18,6 +18,7 @@ {{ currentMtask.count }} {{ currentMtask.start_date }} + {{ currentMtask.count_ok }} @@ -187,14 +188,14 @@ export default { mlog_submit(row) { this.$API.wpm.mlog.submit.req(row.id).then(res => { this.$message.success('操作成功') - this.$refs.mtaskMlogs.refresh() + this.getMtask(row.mtask) }).catch(err => { }) }, mlog_revert(row) { this.mlogHandleLoading = true; this.$API.wpm.mlog.revert.req(row.id).then(res => { this.$message.success("撤回成功"); - this.$refs.mtaskMlogs.refresh() + this.getMtask(row.mtask) this.mlogHandleLoading = false; }).catch(e => { this.mlogHandleLoading = false;