Browse Source

feat: 解决传参问题

haifeng.zhang 4 days ago
parent
commit
62583559fc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/evaluate/children/change/components/editMould.vue

+ 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);
       }
     });