wyq 4 rokov pred
rodič
commit
26cf14ae81

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