提交 7792ad56 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 bac6129c
...@@ -148,6 +148,7 @@ export default { ...@@ -148,6 +148,7 @@ export default {
if (this.hasPagination) { if (this.hasPagination) {
params.page = this.page.currentPage.toString() params.page = this.page.currentPage.toString()
params.limit = this.page.size.toString() params.limit = this.page.size.toString()
params['per-page'] = this.page.size.toString()
} }
// 接口请求之前 // 接口请求之前
if (beforeRequest) { if (beforeRequest) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论