1
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-11-01 11:40:50 +08:00
parent 71f856029c
commit 6743811bd6
1 changed files with 2 additions and 2 deletions

View File

@ -130,8 +130,8 @@ const searchDataDefault = () => {
return { return {
EventState: null, EventState: null,
EventTypeName: null, EventTypeName: null,
Asc: true, Asc: false,
SortField: '', SortField: 'CreateTime',
PageIndex: 1, PageIndex: 1,
PageSize: 20, PageSize: 20,
} }