【新增】试卷参数,【修改】监控管理
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user