fix: download xlsx new api

This commit is contained in:
setthawutttty 2025-09-09 09:51:05 +07:00
parent e9e8e7e697
commit de6ed189bd
2 changed files with 30 additions and 9 deletions

View file

@ -47,6 +47,7 @@ export default {
exportCandidateListNew: (id: string) => `${recruit_report}candidate-new/${id}`,
reportCandidateListNew: (id: string) => `${recruit}report/candidate-new/${id}`,
examReport: (id: string,no:string) => `${recruit}report/exam/${id}/${no}`,
};