From fe2c38273024c74f28e59c24c867eb67c841be16 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 11 四月 2025 11:35:10 +0800
Subject: [PATCH] 原辅材修改

---
 src/views/business/materialOrder/customsInspection.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/business/materialOrder/customsInspection.vue b/src/views/business/materialOrder/customsInspection.vue
index 538acdd..b1ce84e 100644
--- a/src/views/business/materialOrder/customsInspection.vue
+++ b/src/views/business/materialOrder/customsInspection.vue
@@ -753,7 +753,6 @@
             this.$set(this.addObj, 'workShopName', res.data.workShopName)
             this.$set(this.addObj, 'workShopId', res.data.workShopId)
             this.$set(this.addObj, 'inspectionType', this.customsInspection.inspectionType)
-            console.log(111111, this.addObj)
             if (this.orderType == 1) {
               this.$set(this.addObj, 'orderType', 'Quarterly inspection')
             }
@@ -1589,11 +1588,13 @@
         this.getProductLoad = false
         // 鐩存帴灏嗘煡璇㈢粨鏋滆祴鍊肩粰 productList
         // this.fullProductList = res.data
-        this.productList = res.data.forEach(m => {
+        this.productList = res.data.map(m => {
           m.state = 1
+          return m
         })
-        this.productList0 = res.data.forEach(m => {
+        this.productList0 = res.data.map(m => {
           m.state = 1
+          return m
         })
         this.$refs.sampleTable.setCurrentRow(row)
         setTimeout(() => {

--
Gitblit v1.9.3