|
@@ -275,12 +275,14 @@
|
|
|
ruleTypeChange(val){ //规则类型选中
|
|
|
this.form.parRuleType=val;
|
|
|
this.form.parLenCode='';
|
|
|
+ this.form.parMsg="";
|
|
|
const obj = this.ruleTypeList.find((it)=>it.id===val);//console.log(val)
|
|
|
this.ruleTermTypeList = obj.subMenuList;
|
|
|
this.setInitGroupData();
|
|
|
},
|
|
|
ruleTermChange(val){ //规则术语类型选中
|
|
|
this.form.parLenCode=val;
|
|
|
+ this.form.parMsg="";
|
|
|
const obj = this.ruleTermTypeList.find((it)=>it.code===val);
|
|
|
this.form.parLenName=obj.name;
|
|
|
this.baseTypeList = obj.subMenuList;
|