liucf 5 lat temu
rodzic
commit
1fb22d74de
1 zmienionych plików z 2 dodań i 0 usunięć
  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();