【修改】 试卷软件环境根据试卷方案中试题自动获取
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
|
Reference in New Issue
Block a user