wyq 4 years ago
parent
commit
26cf14ae81
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/knowledgeExtra/AddTermSet.vue

+ 2 - 1
src/components/knowledgeExtra/AddTermSet.vue

@@ -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(() => {