修复分页异常
This commit is contained in:
@@ -149,7 +149,7 @@ export default {
|
|||||||
page: this.currentPage,
|
page: this.currentPage,
|
||||||
pageSize: this.pageSize,
|
pageSize: this.pageSize,
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
this.toatal = res.data.toatal;
|
this.total = res.data.total;
|
||||||
this.tableData = res.data.rows;
|
this.tableData = res.data.rows;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user