liucf 5 năm trước cách đây
mục cha
commit
1fb22d74de
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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();