@@ -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;
}