src/views/quality/finishedProductInspection/finishedProduct-form.vue
@@ -817,10 +817,10 @@ if (this.empiricalValueAddMaxNumber != this.empiricalValueAdd - 1) { this.empiricalValueAdd = this.empiricalValueAdd - 1; // this.changeRowResult() this.saveTable() this.inspectionItems.forEach(i => { i.empiricalValueAddss.splice(this.empiricalValueAdd, 1); }); this.saveTable() } } },