fix: แก้ API

This commit is contained in:
setthawutttty 2025-09-09 13:59:54 +07:00
parent e1b089fc59
commit e4bdf45beb
3 changed files with 5 additions and 4 deletions

View file

@ -230,7 +230,6 @@ async function clickPassExam(id: string) {
.get(config.API.exportPassExamList(id))
.then(async (res) => {
const data = res.data.result;
data.reportName = `CandidateList`;
await genReport(data, "รายชื่อผู้สอบแข่งขันได้", "pdf");
})
.catch(async (e) => {