From 898955b96c60cdcc8a61be7fd76f9803d79a778b Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 02 七月 2026 15:43:14 +0800
Subject: [PATCH] feat: BOM选择产品接口修改
---
src/views/productionManagement/productStructure/Detail/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/productionManagement/productStructure/Detail/index.vue b/src/views/productionManagement/productStructure/Detail/index.vue
index 5cb08e8..edf7c5e 100644
--- a/src/views/productionManagement/productStructure/Detail/index.vue
+++ b/src/views/productionManagement/productStructure/Detail/index.vue
@@ -151,6 +151,7 @@
<product-select-dialog v-if="dataValue.showProductDialog"
v-model:model-value="dataValue.showProductDialog"
:single="true"
+ request-url="/basic/product/pageModel/material"
@confirm="handleProduct" />
</div>
</template>
--
Gitblit v1.9.3