From 7986a9793df1c6f4747590ddb0ebc49a154d9819 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 27 Jun 2025 17:17:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B4=E6=8D=A2=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/wpr_statistics.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/statistics/wpr_statistics.vue b/src/views/statistics/wpr_statistics.vue index c160ab1d..2eb6b32c 100644 --- a/src/views/statistics/wpr_statistics.vue +++ b/src/views/statistics/wpr_statistics.vue @@ -246,7 +246,7 @@ export default { item_mio__w_mioitem__number:'', }, params_mlog:{ - b_mlog__w_mlogb__number:'', + cnumber:'', }, params_handover:{ b_handover__w_handoverb__number:'', @@ -289,7 +289,7 @@ export default { that.wprItem.number = row.number; } that.params_mio.item_mio__w_mioitem__number = row.number; - that.params_mlog.b_mlog__w_mlogb__number = row.number; + that.params_mlog.cnumber = row.number; that.params_handover.b_handover__w_handoverb__number = row.number; that.apiObj_mlog = that.$API.wpm.mlog.list; that.apiObj_handover = that.$API.wpm.handover.list;