liucf 5 лет назад
Родитель
Сommit
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();