【新增】 监控管理下载学生文件

This commit is contained in:
dlaren
2025-08-19 16:04:01 +08:00
parent 7ad2ee0b67
commit 1431a96dad
2 changed files with 172 additions and 161 deletions

View File

@@ -40,6 +40,10 @@ export const MonitorApi = {
deleteMonitor: async (id: number) => {
return await request.delete({ url: `/exam/monitor/delete?id=` + id })
},
// 获取学生文件
getMonitorStuFileUrl: async (temporaryId: string) => {
return await request.get({ url: `/exam/monitor/getMonitorStuFileUrl?temporaryId=` + temporaryId })
},
// 导出监控管理 Excel
exportMonitor: async (params) => {