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

bug fixes

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