修复每页数量无效的问题

This commit is contained in:
dushixiang 2022-11-07 22:05:58 +08:00
parent a0ee283f25
commit ad9a8e5ccf
8 changed files with 15 additions and 15 deletions

View File

@ -101,7 +101,7 @@ const AssetUser = ({active, id}) => {
labelWidth: 'auto',
}}
pagination={{
pageSize: 10,
defaultPageSize: 10,
}}
dateFormatter="string"
headerTitle="授权的用户列表"

View File

@ -102,7 +102,7 @@ const AssetUserGroup = ({id, active}) => {
labelWidth: 'auto',
}}
pagination={{
pageSize: 10,
defaultPageSize: 10,
}}
dateFormatter="string"
headerTitle="授权的用户组列表"

View File

@ -102,7 +102,7 @@ const LoginPolicyBind = ({visible, loginPolicyId}) => {
labelWidth: 'auto',
}}
pagination={{
pageSize: 10,
defaultPageSize: 10,
}}
dateFormatter="string"
headerTitle="用户列表"

View File

@ -95,7 +95,7 @@ const LoginPolicyUser = ({active, loginPolicyId}) => {
labelWidth: 'auto',
}}
pagination={{
pageSize: 10,
defaultPageSize: 10,
}}
dateFormatter="string"
headerTitle="绑定用户列表"

View File

@ -114,7 +114,7 @@ const SessionCommandRecord = ({visible, sessionId}) => {
labelWidth: 'auto',
}}
pagination={{
pageSize: 10,
defaultPageSize: 10,
}}
dateFormatter="string"
headerTitle="命令记录"

View File

@ -101,7 +101,7 @@ const UserAsset = ({active, id, type}) => {
labelWidth: 'auto',
}}
pagination={{
pageSize: 10,
defaultPageSize: 10,
}}
dateFormatter="string"
headerTitle="授权的资产列表"

View File

@ -109,7 +109,7 @@ const UserLoginPolicy = ({active, userId}) => {
labelWidth: 'auto',
}}
pagination={{
pageSize: 10,
defaultPageSize: 10,
}}
dateFormatter="string"
headerTitle="用户登录策略"

View File

@ -191,7 +191,7 @@ const MyAsset = () => {
labelWidth: 'auto',
}}
pagination={{
pageSize: 10,
defaultPageSize: 10,
}}
dateFormatter="string"
headerTitle="资产列表"