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){