From f934d49b747a63162b6802f5544463eb57459ff9 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期五, 28 八月 2026 23:06:30 +0800
Subject: [PATCH] fix: 修改bom查询查询全部

---
 src/views/productionManagement/productStructure/Detail/index.vue    |    2 +-
 src/views/productionManagement/productStructure/DetailNew/index.vue |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/productionManagement/productStructure/Detail/index.vue b/src/views/productionManagement/productStructure/Detail/index.vue
index 5cb08e8..a7e694f 100644
--- a/src/views/productionManagement/productStructure/Detail/index.vue
+++ b/src/views/productionManagement/productStructure/Detail/index.vue
@@ -384,7 +384,7 @@
   };
 
   const fetchProcessOptions = async () => {
-    const { data } = await list({});
+    const { data } = await list({size: -1});
     console.log(data, "dataValue.dataList");
     dataValue.processOptions = normalizeListData(data);
   };
diff --git a/src/views/productionManagement/productStructure/DetailNew/index.vue b/src/views/productionManagement/productStructure/DetailNew/index.vue
index 1262c80..40c0eae 100644
--- a/src/views/productionManagement/productStructure/DetailNew/index.vue
+++ b/src/views/productionManagement/productStructure/DetailNew/index.vue
@@ -316,7 +316,7 @@
   };
 
   const fetchProcessOptions = async () => {
-    const { data } = await list({});
+    const { data } = await list({size: -1});
     console.log(data, "dataValue.dataList");
     dataValue.processOptions = normalizeListData(data);
   };

--
Gitblit v1.9.3