licp
2024-04-12 786a139a5855dfec193dc3e7b794127ed3e62fe2
src/views/quality/processInspect/processInspect-form.vue
@@ -858,7 +858,6 @@
                if (_than.empiricalValueAddMaxNumber != _than.empiricalValueAdd - 1) {
                    _than.empiricalValueAdd = _than.empiricalValueAdd - 1;
                    // _than.changeRowResult()
                    _than.saveTable();
                    _than.inspectionItems.forEach(i => {
                        if(i.children){
                            i.children.forEach(ele=>{
@@ -866,6 +865,7 @@
                            })
                        }
                    });
                    _than.saveTable();
                }
            }
        },