chenrui  2 năm trước cách đây
mục cha
commit
ea4014484c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/Baggage/index/index.vue

+ 1 - 1
src/pages/Baggage/index/index.vue

@@ -161,7 +161,7 @@ export default {
       BaggageInquiry(params).then((res) => {
         if (res.resultCode == 1) {
           this.tableData = res.resultData;
-          this.totalPages = res.pageNumber;
+          this.totalPages = res.pageNumber * 12;
         }
       });
     },