licp
2024-04-12 786a139a5855dfec193dc3e7b794127ed3e62fe2
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,7 @@
            } else {
                if (_than.empiricalValueAddMaxNumber != _than.empiricalValueAdd - 1) {
                    _than.empiricalValueAdd = _than.empiricalValueAdd - 1;
                    _than.changeRowResult()
                    // _than.changeRowResult()
                    _than.inspectionItems.forEach(i => {
                        if(i.children){
                            i.children.forEach(ele=>{
@@ -865,6 +865,7 @@
                            })
                        }
                    });
                    _than.saveTable();
                }
            }
        },