讲师管理接口联调

This commit is contained in:
wangxuemei
2024-06-06 19:44:25 +08:00
parent 0b14492f9a
commit 61e782e2c6
6 changed files with 335 additions and 200 deletions

View File

@@ -8,4 +8,6 @@ export const getexport = (obj) => http.post('/lesson_records/export', obj)
//授课记录导入
export const importTeacherCourseRecord = (obj) => http.post('/importTeacherCourseRecord', obj)
//外部讲师授课记录
export const getOuterTeacherCourseList = (obj) => http.post('/admin/teacher/getOuterTeacherCourseList', obj)
export const getOuterTeacherCourseList = (obj) => http.post('/admin/teacher/getOuterTeacherCourseList', obj)
//获取所属组织
export const getOrganization = (obj) => http.post('/admin/teacher/getOrganization', obj)