From 5fe388aaf696ac3339d7509d07600f1b3601f34e Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 1 Jul 2024 14:17:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E5=AD=90=E9=80=80=E7=81=AB?= =?UTF-8?q?=E6=B7=B7=E6=96=99bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/mlog_hun.vue | 2 +- src/views/wpm/mlog_tui.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wpm/mlog_hun.vue b/src/views/wpm/mlog_hun.vue index 3f77c68a..f36f71ea 100644 --- a/src/views/wpm/mlog_hun.vue +++ b/src/views/wpm/mlog_hun.vue @@ -591,7 +591,7 @@ export default { if (res.length == 1) { this.currentMgroup = res[0]; this.params.mgroup = this.currentMgroup.id; - // this.apiObj = this.$API.wpm.mlog.list; + this.apiObj = this.$API.wpm.mlog.list; this.paramsHandover.send_mgroup = this.currentMgroup.id; this.apiObjHandover = this.$API.wpm.handover.list; diff --git a/src/views/wpm/mlog_tui.vue b/src/views/wpm/mlog_tui.vue index 395d223b..e1945a60 100644 --- a/src/views/wpm/mlog_tui.vue +++ b/src/views/wpm/mlog_tui.vue @@ -570,7 +570,7 @@ export default { if (res.length == 1) { this.currentMgroup = res[0]; this.params.mgroup = this.currentMgroup.id; - // this.apiObj = this.$API.wpm.mlog.list + this.apiObj = this.$API.wpm.mlog.list; this.paramsHandover.send_mgroup = this.currentMgroup.id; this.apiObjHandover = this.$API.wpm.handover.list;