Ver código fonte

feat: 解决传参问题

haifeng.zhang 4 dias atrás
pai
commit
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);
       }
     });