Commit 6cb9bebd authored by 1271610056@qq.com's avatar 1271610056@qq.com

用户管理分页bug处理

parent 4805690c
......@@ -263,7 +263,7 @@ const Users = (props: any) => {
pagination={
Data != null
? {
defaultCurrent: parseInt(readyData.pageNum),
current: parseInt(readyData.pageNum),
total: Data.data.page.totalRow,
showSizeChanger: false,
pageSize: Data.data.page.curPageSize,
......
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