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

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

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