haifeng.zhang 4 днів тому
батько
коміт
62583559fc

+ 2 - 0
src/views/evaluate/children/change/components/editMould.vue

@@ -244,6 +244,8 @@ const delteIndex = (index, item) => {
     indexList.value[index].map(it => {
       if (it.id) {
         it.indLimitScore = null;
+        it.formula = null;
+        it.formulaSqe = null;
         formLabelAlign.tableData.push(it);
       }
     });