Browse Source

Merge branch 'groupAdd0805' into test

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

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

@@ -456,6 +456,7 @@ export default {
       this.excludedConceptIds.push(item.conceptId);
       this.excludedConceptIds.push(item.conceptId);
       this.form.concepts.push(concepts);
       this.form.concepts.push(concepts);
       this.getList(this.form.concepts);
       this.getList(this.form.concepts);
+      this.conceptList = []
       this.$nextTick(() => {
       this.$nextTick(() => {
         setTimeout(() => {
         setTimeout(() => {
           this.getTreeSearchList();
           this.getTreeSearchList();