This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-11-19 11:55:43 +07:00
parent a0e3e88e7e
commit fced27b6f5
9 changed files with 201 additions and 35 deletions

View file

@ -91,4 +91,6 @@ export default {
exportExamCandidateList: (id: string) => `${exam_report}candidate-exam/${id}`,
exportExamPassExamList: (id: string) => `${exam_report}pass-exam/${id}`,
periodExamToPlacement: (examId: string) => `${periodExam}placement/${examId}`,
checkShowExaminfo: `${candidate}check-showExamInfo`,
};