lex-xin il y a 5 ans
Parent
commit
8717c43121
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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