From dd043652e2fb0e5613a39d09292fa32c7b789b30 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期六, 16 五月 2026 13:58:38 +0800
Subject: [PATCH] 过程检功能修改,修改三种检验修改时delete item.id限制
---
src/pages/qualityManagement/finalInspection/add.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/pages/qualityManagement/finalInspection/add.vue b/src/pages/qualityManagement/finalInspection/add.vue
index 9b605c7..529d59c 100644
--- a/src/pages/qualityManagement/finalInspection/add.vue
+++ b/src/pages/qualityManagement/finalInspection/add.vue
@@ -699,11 +699,11 @@
loading.value = true;
form.value.inspectType = 2;
- if (isEdit.value) {
- tableData.value.forEach(item => {
- delete item.id;
- });
- }
+ // if (isEdit.value) {
+ tableData.value.forEach(item => {
+ delete item.id;
+ });
+ // }
const data = { ...form.value, qualityInspectParams: tableData.value };
data.quantity = Number(data.quantity);
--
Gitblit v1.9.3