zhouna %!s(int64=4) %!d(string=hai) anos
pai
achega
9b7ed9a76a
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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;
                 }