lex-xin 5 年 前
コミット
8717c43121
1 ファイル変更2 行追加1 行削除
  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