fix: แก้สรรหา

This commit is contained in:
setthawutttty 2025-09-10 12:04:53 +07:00
parent 40e2b34617
commit 22d1fbed58
5 changed files with 17 additions and 18 deletions

View file

@ -231,6 +231,7 @@ 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) => {