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

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: '', LoginFaildName: '',
BeginDate: '', BeginDate: '',
EndDate: '', EndDate: '',
Asc: true, Asc: false,
SortField: '', SortField: 'CreateTime',
PageIndex: 1, PageIndex: 1,
PageSize: 20 PageSize: 20
} }