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