Commit 5e8c8df3 by liuchenxi

update: pageSize改为1

parent 33ae6b08
......@@ -94,7 +94,8 @@ export default {
dynamicParams: {}, // 动态组件参数
type: '',
currentPage: 1,
pageSize: 20,
// pageSize: 20,
pageSize: 1,
total: 0,
touchOrderBy: '',
taskOrderBy: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment