From 4660b68d3c3cd49c5dec355067cdf45b0abdd2e9 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 12 四月 2024 13:30:48 +0800
Subject: [PATCH] 修改工艺路线

---
 src/views/quality/processInspect/processInspect-form.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/quality/processInspect/processInspect-form.vue b/src/views/quality/processInspect/processInspect-form.vue
index 012c095..59e0cf4 100644
--- a/src/views/quality/processInspect/processInspect-form.vue
+++ b/src/views/quality/processInspect/processInspect-form.vue
@@ -455,7 +455,7 @@
                     item.children.forEach((child)=>{
                         let obj = {}
                         obj.id = child.iid;
-                        obj.eId = child.ieId;
+                        obj.eId = child.eId;
                         obj.note = child.inote;
                         obj.inspectionValue = child.empiricalValueAddss.join(',');
                         obj.required = child.required;
@@ -857,7 +857,8 @@
             } else {
                 if (_than.empiricalValueAddMaxNumber != _than.empiricalValueAdd - 1) {
                     _than.empiricalValueAdd = _than.empiricalValueAdd - 1;
-                    _than.changeRowResult()
+                    // _than.changeRowResult()
+                    _than.saveTable();
                     _than.inspectionItems.forEach(i => {
                         if(i.children){
                             i.children.forEach(ele=>{

--
Gitblit v1.9.3