系统日志列表设置默认排序

uat_us
caiyiling 2024-04-28 17:26:14 +08:00
parent 7c7573cdc4
commit 782324b19c
1 changed files with 2 additions and 2 deletions

View File

@ -163,8 +163,8 @@ const searchDataDefault = () => {
LoginFaildName: '',
BeginDate: '',
EndDate: '',
Asc: true,
SortField: '',
Asc: false,
SortField: 'CreateTime',
PageIndex: 1,
PageSize: 20
}