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