fix: download xlsx new api
This commit is contained in:
parent
e9e8e7e697
commit
de6ed189bd
2 changed files with 30 additions and 9 deletions
|
|
@ -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}`,
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue