Browse Source

修改分页

lex-xin 5 năm trước cách đây
mục cha
commit
8717c43121
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/views/categroyManager/specialSetup/branchSetting.vue

+ 2 - 1
src/views/categroyManager/specialSetup/branchSetting.vue

@@ -154,7 +154,8 @@ export default {
     },
     getList () { 
       branchQueryPage({
-        rows: this.pageInfo.limit
+        rows: this.pageInfo.limit,
+        page: this.pageInfo.page
       }).then(res => {
         if(res.code == 200 && res.data) {
           this.tableList = res.data.rows