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 @@ -->