【新增】试卷参数,【修改】监控管理

This commit is contained in:
YOHO\20373
2025-05-05 21:21:03 +08:00
committed by 陆光LG
parent eda93f9810
commit 22b28ebd05
11 changed files with 662 additions and 112 deletions

View File

@@ -45,4 +45,15 @@ export const MonitorApi = {
exportMonitor: async (params) => {
return await request.download({ url: `/exam/monitor/export-excel`, params })
},
getPaperTaskList: async (id: string) => {
return await request.get({ url: `/exam/monitor/getPaperTaskList?id=` + id })
},
updateMonitorStatus:async( data)=>{
return await request.post({ url: `/exam/monitor/updateMonitorStatus` , data })
}
}