授课记录调整

This commit is contained in:
wangxuemei
2024-11-05 15:48:48 +08:00
parent 5ee9a77b07
commit 6182bd1a3e
3 changed files with 18 additions and 17 deletions

View File

@@ -7,7 +7,7 @@ export const insertInTeacherCourse = (obj) => http.post('/admin/teacherRecord/ad
//删除讲师授课记录
export const deleteInTeacherCourse= (obj) => http.post(`/admin/teacherRecord/delById?id=${obj}`)
//修改讲师授课记录
export const updateInTeacherCourse = (obj) => http.post('/admin/teacherRecord/editTeacher', obj)
export const updateInTeacherCourse = (obj) => http.post('/admin/teacherRecord/editTeacherRecord', obj)
//讲师授课记录详情
export const getTeacherCourseList = (obj) => http.get('/admin/teacherRecord/queryById', {params: obj})
//获取培训组织