数据同步检查列表默认排序字段更改

main
caiyiling 2026-05-13 14:06:00 +08:00
parent 98e9af71a3
commit 3a33abf02e
1 changed files with 2 additions and 2 deletions

View File

@ -178,8 +178,8 @@ const searchDataDefault = () => {
// SyncFinishedEndTime: null,
PageIndex: 1,
PageSize: 20,
Asc: true,
SortField: 'StudyCode'
Asc: false,
SortField: 'CreateTime'
}
}
export default {