@@ -301,7 +301,7 @@ export default {
ruleTypeList: [],
ruleTermTypeList: [],
conceptList: [],
- conceptText: [],
+ conceptText: '',
excludedConceptIds: [],
type: [],
firstList: [],
@@ -347,6 +347,7 @@ export default {
this.$nextTick(() => {
this.getList(this.form.concepts);
this.getIds(this.form.concepts);
+ this.searchConcept()
});
}
setTimeout(() => {