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