From e5b163dc59cf80bcb1db76a4efcc9e05fa34260c Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 26 Sep 2024 15:59:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=90=88=E6=A0=BC=E6=95=B0=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E6=9F=B1=E7=8A=B6=E5=9B=BE=E4=BF=AE=E6=AD=A3=EF=BC=8C?= =?UTF-8?q?=E5=85=89=E8=8A=AFmtask=E6=8F=90=E4=BA=A4=E5=90=8E=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/pass_num_gx.vue | 2 +- src/views/wpm_gx/handover_form.vue | 4 ++-- src/views/wpm_gx/mtask.vue | 9 ++++----- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/views/statistics/pass_num_gx.vue b/src/views/statistics/pass_num_gx.vue index 9b8c2b79..cf15610e 100644 --- a/src/views/statistics/pass_num_gx.vue +++ b/src/views/statistics/pass_num_gx.vue @@ -1158,7 +1158,7 @@ export default { for(let i = 0;i { - that.userList = res; + that.userList2 = res; }); }, //获取接收工段人员 diff --git a/src/views/wpm_gx/mtask.vue b/src/views/wpm_gx/mtask.vue index 1988896a..dfaef602 100644 --- a/src/views/wpm_gx/mtask.vue +++ b/src/views/wpm_gx/mtask.vue @@ -131,11 +131,10 @@ export default { type: "warning", }).then(() => { this.$API.pm.mtask.submit.req(row.id).then((res) => { - this.$message.success("操作成功"); - this.$refs.table_mtask.refresh(); - this.mtaskClick(this.currentMtask); - }) - .catch((err) => {}); + this.$message.success("操作成功"); + this.$refs.table.refresh(); + this.mtaskClick(this.currentMtask); + }).catch((err) => {}); }); }, mtask_deliver(row){