zhouna 4 年之前
父節點
當前提交
9b7ed9a76a
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/components/knowledgeExtra/AddNewRule.vue

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

@@ -184,6 +184,9 @@
                 if(val&&this.checkFirstPlace&&this.conceptList) {
                     this.firstPlace = this.conceptList.find((it) => it.conceptId === val);
                     this.firstPlace['checkedType']=this.ruleTermCodeStr;
+                }else if(!val){
+                    this.setInitGroupData();
+                    this.firstPlace =null;
                 }else{
                     this.firstPlace =null;
                 }