|
@@ -722,11 +722,11 @@ const exportScoresNames = () => {
|
|
|
|
|
|
// 使用 proxy?.download 方式导出
|
|
|
proxy?.download(
|
|
|
- 'system/gameScore/exportScoresSummary',
|
|
|
+ 'system/gameScore/exportScoresDetail',
|
|
|
{
|
|
|
eventId: eventId
|
|
|
},
|
|
|
- `成绩汇总表_${new Date().toLocaleDateString()}.xlsx`
|
|
|
+ `成绩详情表_${new Date().toLocaleDateString()}.xlsx`
|
|
|
);
|
|
|
};
|
|
|
|