fix grade grouping

This commit is contained in:
2025-04-03 16:47:00 +08:00
parent f7d0771bc5
commit 36423ecce1
2 changed files with 1 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
await createExcelAndDownload({ await createExcelAndDownload({
api, api,
excelName, excelName,
exportName: getExcelName(excelName, getFormatDateString(date).replaceAll('-', '')), exportName: getExcelName(excelName, record['学年'].value + '_' + getFormatDateString(date).replaceAll('-', '')),
bizLogic: writeExcel(record, getJapaneseEraDate(date)), bizLogic: writeExcel(record, getJapaneseEraDate(date)),
}); });
loading(false); loading(false);