reaper 4 年之前
父节点
当前提交
6a585278a0
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/components/knowledgeExtra/AddNewRuleTable.vue

+ 3 - 0
src/components/knowledgeExtra/AddNewRuleTable.vue

@@ -733,6 +733,9 @@ export default {
     this.numTypes = localStorage.getItem("zskNumDict");
     this.getSpanArr(this.klRuleByIdSub);
   },
+  beforeUpdate() {
+    this.getSpanArr(this.klRuleByIdSub);
+  },
   mounted() {},
   // beforeUpdate() {
   //   this.getSpanArr(this.klRuleByIdSub);