From 3ee030be4874f7a6ca341cc5d2affe18a06ff970 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期一, 16 三月 2026 14:05:58 +0800
Subject: [PATCH] 原料页面:增加数量

---
 src/views/reportAnalysis/productionAnalysis/components/left-top.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/reportAnalysis/productionAnalysis/components/left-top.vue b/src/views/reportAnalysis/productionAnalysis/components/left-top.vue
index 932def8..e916618 100644
--- a/src/views/reportAnalysis/productionAnalysis/components/left-top.vue
+++ b/src/views/reportAnalysis/productionAnalysis/components/left-top.vue
@@ -150,7 +150,7 @@
 })
 
 const fetchData = () => {
-  processOutputAnalysis({ dateType: dateType.value })
+  processOutputAnalysis({ type: dateType.value })
     .then((res) => {
       if (res.code === 200 && Array.isArray(res.data)) {
         const items = res.data

--
Gitblit v1.9.3