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