Commit c64027e2 by linboxuan

Merge branch 'center-order' of http://gitlab.gongsibao.com/jiangyong/zhichan into center-order

parents f8f407d7 e14771a4
......@@ -89,7 +89,7 @@ class NeedinfoService extends ServiceBase {
search: {
},
pageInfo: {
pageNo: Number(actionBody.pageNumber) || 1,
pageNo: Number(actionBody.pageNo) || 1,
pageSize: Number(actionBody.pageSize) || 10
}
}
......
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