fix: แก้ API
This commit is contained in:
parent
e1b089fc59
commit
e4bdf45beb
3 changed files with 5 additions and 4 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue