From be8ee7b14b501747325337b641416ad8bea042e3 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 29 Oct 2024 10:12:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B4=E6=94=B9=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=A0=87=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/fmlog_detail.vue | 2 +- src/views/wpm_gx/mlog_detail.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/wpm_gx/fmlog_detail.vue b/src/views/wpm_gx/fmlog_detail.vue index 4469d483..4d972469 100644 --- a/src/views/wpm_gx/fmlog_detail.vue +++ b/src/views/wpm_gx/fmlog_detail.vue @@ -178,7 +178,7 @@ > - + diff --git a/src/views/wpm_gx/mlog_detail.vue b/src/views/wpm_gx/mlog_detail.vue index 8ede54f4..4d6bccfe 100644 --- a/src/views/wpm_gx/mlog_detail.vue +++ b/src/views/wpm_gx/mlog_detail.vue @@ -411,7 +411,7 @@ - + @@ -510,6 +510,7 @@ export default { }; }, mounted() { + console.log('this.mlogId',this.mlogId); let that = this; this.paramsIn.mlog = this.mlogId; this.paramsOut.mlog = this.mlogId;