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