员工学习数据田间接口调用

This commit is contained in:
chensg
2025-06-13 17:53:31 +08:00
parent 1b737e4a7a
commit d48c721948
3 changed files with 51 additions and 111 deletions

View File

@@ -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)