【修改】修改试卷页面,其它细节

This commit is contained in:
YOHO\20373
2025-05-29 20:13:12 +08:00
committed by 陆光LG
parent 43f566205c
commit 0c800b8ff3
29 changed files with 5340 additions and 937 deletions

View File

@@ -72,7 +72,9 @@ export async function getPaperDetailByTaskId(paperId) {
return await request.get({ url: '/exam/qu/getPaper' , params:{paperId} })
}
export async function getPaperDetailCenterByTaskId(paperId) {
return await request.get({ url: '/exam/qu/getPaperCenter' , params:{paperId} })
}
export async function getPaperList(taskId) {
return await request.get({ url: '/exam/paper/getPaperByTaskId' , params:{taskId} })