From 7730a06200be8bc70fd0fbf2153e722521711aca Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期六, 16 五月 2026 14:19:52 +0800
Subject: [PATCH] 出厂检流程修改

---
 src/pages/qualityManagement/finalInspection/add.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/pages/qualityManagement/finalInspection/add.vue b/src/pages/qualityManagement/finalInspection/add.vue
index 529d59c..5b9605c 100644
--- a/src/pages/qualityManagement/finalInspection/add.vue
+++ b/src/pages/qualityManagement/finalInspection/add.vue
@@ -602,9 +602,9 @@
 
   // 鑾峰彇宸ュ簭鍒楄〃
   const getprocessList = () => {
-    list().then(res => {
-      processList.value = res.data;
-    });
+    // list().then(res => {
+    //   processList.value = res.data;
+    // });
   };
 
   // 鑾峰彇浜у搧閫夐」
@@ -699,7 +699,7 @@
       loading.value = true;
 
       form.value.inspectType = 2;
-      // if (isEdit.value) {
+      // if (!isEdit.value) {
       tableData.value.forEach(item => {
         delete item.id;
       });

--
Gitblit v1.9.3