浏览代码

feat: 解决传参问题

haifeng.zhang 4 天之前
父节点
当前提交
62583559fc
共有 1 个文件被更改,包括 2 次插入0 次删除
  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);
       }
     });