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 {
EventState: null,
EventTypeName: null,
Asc: true,
SortField: '',
Asc: false,
SortField: 'CreateTime',
PageIndex: 1,
PageSize: 20,
}