【修改】 试卷软件环境根据试卷方案中试题自动获取

This commit is contained in:
dlaren
2025-08-07 15:11:31 +08:00
parent 5ca909ba9f
commit f04f37c504
9 changed files with 85 additions and 119 deletions

View File

@@ -16,4 +16,7 @@ export const getAppCheck = async (taskId: string) => {
// 查询
export const deleteAppCheck = async (id: string) => {
return await request.get({ url: '/exam/app/delete/' + id })
}
}
export const createAppCheckList = async (taskId: string) => {
return await request.get({ url: '/exam/app/getAppCheckListByTaskId/' + taskId })
}