Przeglądaj źródła

咨询列表分页大小;

huan-jie 4 lat temu
rodzic
commit
95fa564974
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      components/consult/dealSeoList.js

+ 2 - 1
components/consult/dealSeoList.js

@@ -7,7 +7,7 @@ export default class DealSeoData {
         this.error = error
         this.pagination = {
             page: 1,
-            pagesize: 10,
+            pagesize: 9,
             total: 0,
             pageCount: 1,
             loading: false,
@@ -136,6 +136,7 @@ export default class DealSeoData {
         // }
         const data = {
             page: this.pagination.page,
+            page_size: this.pagination.pagesize,
             sale_zx_open: 1,
             cate_id_two_zx: this.pagination.selectedCateIdTwo || ''
         }