wyq 4 년 전
부모
커밋
db32e50c70
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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.form.concepts.push(concepts);
       this.getList(this.form.concepts);
+      this.conceptList = []
       this.$nextTick(() => {
         setTimeout(() => {
           this.getTreeSearchList();