feat:增加项目-面授课-学员-导入学员

This commit is contained in:
wyx
2023-01-10 15:53:45 +08:00
parent e787525e13
commit 77d3309602
3 changed files with 133 additions and 30 deletions

View File

@@ -181,4 +181,7 @@ export const batchImportScore = (obj) =>
export const getImportStatus = (uuid) => http.get('/admin/student/getImportStatus', { params: { uuid: uuid } })
//导出作业
// export const exportHomeWork=(obj)=>http.get('admin/student/exportHomeWork',{params:obj})
// export const exportHomeWork=(obj)=>http.get('admin/student/exportHomeWork',{params:obj})
// 面授课导入学员
export const FaceTeachImportStudent = (obj) => http.post('/admin/student/importStudent', obj, {headers: { "Content-Type": "multipart/form-data" }})