wyq %!s(int64=4) %!d(string=hai) anos
pai
achega
26cf14ae81
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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(() => {