【新增】监控管理试卷任务监控、细节优化

This commit is contained in:
YOHO\20373
2025-05-12 09:26:40 +08:00
committed by 陆光LG
parent 1278962dc2
commit 12cbdaa78a
38 changed files with 1139 additions and 360 deletions

View File

@@ -54,6 +54,8 @@ export const MonitorApi = {
updateMonitorStatus:async( data)=>{
return await request.post({ url: `/exam/monitor/updateMonitorStatus` , data })
}
},
getMonitorTaskPage: async (params: any) => {
return await request.get({ url: `/exam/monitorTask/page`, params })
},
}

View File

@@ -36,11 +36,7 @@ export async function addScheme(data) {
* 修改试卷方案
*/
export async function updateScheme(data) {
return await request.put({ url: '/exam/scheme' , data })
}
/**