mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 07:16:46 +08:00
讲师管理bug
This commit is contained in:
@@ -12,7 +12,8 @@ export const updateInTeacherCourse = (obj) => http.post('/admin/teacherRecord/ed
|
||||
export const getTeacherCourseList = (obj) => http.get('/admin/teacherRecord/queryById', {params: obj})
|
||||
//获取培训组织
|
||||
export const getOrganization = (obj) => http.get ('/admin/affiliation/list', {params: obj})
|
||||
|
||||
//供应商数据
|
||||
export const selectSupplier = (obj) => http.get('/admin/teacher/selectSupplier', {params: obj})
|
||||
|
||||
//授课记录导出
|
||||
export const getexport = (obj) => http.post('/lesson_records/export', obj)
|
||||
|
||||
Reference in New Issue
Block a user