mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
feat:合并
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: lixg lixg@dongwu-inc.com
|
||||
* @Date: 2022-11-04 22:45:31
|
||||
* @LastEditors: lixg lixg@dongwu-inc.com
|
||||
* @LastEditTime: 2023-01-04 12:36:46
|
||||
* @LastEditTime: 2023-01-05 11:06:02
|
||||
* @FilePath: /fe-manage/src/api/index1.js
|
||||
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
*/
|
||||
@@ -155,6 +155,14 @@ export const noticeList = (projectId) =>
|
||||
|
||||
// export const choiceEvaluation = (obj) => http.post('/evaluation/choiceEvaluation', obj);
|
||||
|
||||
|
||||
// 获取任务学员的信息
|
||||
export const AssessmentManagementMessage = (obj) => http.get(`/admin/student/getTaskStudent`, { params: obj })
|
||||
|
||||
// 考试导出任务学员信息
|
||||
export const exportTaskStudent = (obj) => http.post('/admin/student/exportTaskStudent', obj)
|
||||
|
||||
|
||||
// //面授课批量导入成绩
|
||||
export const batchImportScore = (offcoursePlanId, obj) =>
|
||||
http.post(`/admin/offcourse/batchImportScore?offcoursePlanId=${offcoursePlanId}`, obj);
|
||||
@@ -8,5 +8,5 @@ export const ExamManagementMessage = (obj) => http.post('/admin/exam/manage/quer
|
||||
// 获取评估管理的信息
|
||||
export const AssessmentManagementMessage = (obj) => http.get(`/admin/student/getTaskStudent`, { params: obj })
|
||||
|
||||
// 导出学员信息
|
||||
export const ExportTaskStudent = (obj) => http.get('/admin/student/exportTaskStudent', { params: obj })
|
||||
// 考试导出学员信息
|
||||
export const ExportExam = (obj) => http.post('/admin/exam/manage/exportExam', obj)
|
||||
|
||||
Reference in New Issue
Block a user