mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 08:46:46 +08:00
员工学习数据田间接口调用
This commit is contained in:
@@ -84,3 +84,20 @@ export const caseAuthorReportList = (obj) => http.post('/reportsnake/report/case
|
||||
export const professionalTaskReportList = (obj) => http.post('/reportsnake/report/professionalTaskReportList', obj)
|
||||
//专业力学员报告列表
|
||||
export const professionalStudentReportList = (obj) => http.post('/reportsnake/report/professionalStudentReportList', obj)
|
||||
|
||||
//学员报告列表
|
||||
export const studentReportList = (obj) => http.post('/reportsnake/report/studentReportList', obj)
|
||||
//学员项目报告列表
|
||||
export const studentProjectReportList = (obj) => http.post('/reportsnake/report/studentProjectReportList', obj)
|
||||
//学员学习路径报告列表
|
||||
export const studentRouterReportList = (obj) => http.post('/reportsnake/report/studentRouterReportList', obj)
|
||||
//学员面授课报告列表
|
||||
export const studentOffCourseReportList = (obj) => http.post('/reportsnake/report/studentOffCourseReportList', obj)
|
||||
//学员在线课报告列表
|
||||
export const studentOnlineReportList = (obj) => http.post('/reportsnake/report/studentOnlineReportList', obj)
|
||||
//学员考试报告列表
|
||||
export const studentExamReportList = (obj) => http.post('/reportsnake/report/studentExamReportList', obj)
|
||||
//学员案例报告列表
|
||||
export const studentCaseReportList = (obj) => http.post('/reportsnake/report/studentCaseReportList', obj)
|
||||
//学员专业力报告列表
|
||||
export const studentProfessionalReportList = (obj) => http.post('/reportsnake/report/studentProfessionalReportList', obj)
|
||||
|
||||
Reference in New Issue
Block a user