【修改】修改试卷页面,其它细节
This commit is contained in:
@@ -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} })
|
||||
|
Reference in New Issue
Block a user