liucf 5 年之前
父節點
當前提交
1fb22d74de
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/components/icss/ConceptRelation.vue

+ 2 - 0
src/components/icss/ConceptRelation.vue

@@ -132,6 +132,8 @@ export default {
   },
     methods: {
         toggTab(item){
+          // bug2348 搜索后切换tab时清空搜索条件
+          this.filter.conceptName = '';
           this.filter.type = item.key;
           this.currentPage = 1;
           this.getDataList();