推送记录根据项目过滤并且按时间倒序排序
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-08-02 11:16:54 +08:00
parent 802870f3b4
commit 46bc955e76
2 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@ const searchDataDefault = () => {
TrialSiteKeyInfo: null, TrialSiteKeyInfo: null,
PageIndex: 1, PageIndex: 1,
PageSize: 20, PageSize: 20,
Asc: true, Asc: false,
SortField: "LatestPushTime", SortField: "LatestPushTime",
}; };
}; };

View File

@ -208,7 +208,7 @@ const searchDataDefault = () => {
TrialSiteKeyInfo: null, TrialSiteKeyInfo: null,
PageIndex: 1, PageIndex: 1,
PageSize: 20, PageSize: 20,
Asc: true, Asc: false,
SortField: "StartTime", SortField: "StartTime",
}; };
}; };