Browse Source

术语关联切换tab时翻页复原

liucf 5 năm trước cách đây
mục cha
commit
208ab2d928
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/components/icss/ConceptRelation.vue

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

@@ -133,6 +133,7 @@ export default {
     methods: {
         toggTab(item){
           this.filter.type = item.key;
+          this.currentPage = 1;
           this.getDataList();
         },
         getDataList(isTurnPage) {