Compare commits

..

No commits in common. "dd919f123e716eea2d4daacbaac11d216ec63645" and "917373e081468289dd868b3a096e4f8a0eca0665" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

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