@@ -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