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

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

@@ -347,7 +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();
+        this.getTreeSearchList();
       });
       });
     }
     }
     setTimeout(() => {
     setTimeout(() => {