|
@@ -181,7 +181,7 @@
|
|
|
this.subRuleMaxNum=obj.number;
|
|
|
},
|
|
|
'form.parConceptId':function(val){
|
|
|
- if(this.checkFirstPlace) {
|
|
|
+ if(this.checkFirstPlace&&this.conceptList) {
|
|
|
this.firstPlace = this.conceptList.find((it) => it.conceptId === val);
|
|
|
this.firstPlace['checkedType']=this.ruleTermCodeStr;
|
|
|
}else{
|