From ffa2f2659d2ad151b88ae5772e1bc24697861661 Mon Sep 17 00:00:00 2001 From: 17630416519 Date: Mon, 26 Jan 2026 16:28:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monthlyProductionDataStatistics/index.vue | 3 ++- src/views/productManagement/progressTrack/index.vue | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/monthlyProductionDataStatistics/index.vue b/src/views/monthlyProductionDataStatistics/index.vue index 009a0a1..379e41e 100644 --- a/src/views/monthlyProductionDataStatistics/index.vue +++ b/src/views/monthlyProductionDataStatistics/index.vue @@ -239,7 +239,8 @@ const getList = debounce(async () => { totalProduction, }; total.value = res.data.totalNum; - totailNum.value = res.data.pageSize; + // totailNum.value = res.data.pageSize; + totailNum.value = res.data.extra.sumNum; } else { console.error('获取数据失败:', res.msg); productionDataList.value = []; diff --git a/src/views/productManagement/progressTrack/index.vue b/src/views/productManagement/progressTrack/index.vue index 65d72cf..3f05818 100644 --- a/src/views/productManagement/progressTrack/index.vue +++ b/src/views/productManagement/progressTrack/index.vue @@ -5,6 +5,7 @@ -->