mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 09:16:46 +08:00
'lecturerpageadd'
This commit is contained in:
37
src/api/indexPeojiectManage.js
Normal file
37
src/api/indexPeojiectManage.js
Normal file
@@ -0,0 +1,37 @@
|
||||
/*
|
||||
* @Author: lixg lixg@dongwu-inc.com
|
||||
* @Date: 2022-11-18 14:09:43
|
||||
* @LastEditors: lixg lixg@dongwu-inc.com
|
||||
* @LastEditTime: 2023-02-11 18:55:44
|
||||
* @FilePath: /fe-manage/src/api/indexProjStu.js
|
||||
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
*/
|
||||
import http from "./config";
|
||||
|
||||
//获取项目学员列表
|
||||
// export const getProjStu = (obj) => http.post('/admin/project/studentList', obj)
|
||||
|
||||
// export const getTeacherSystemList=(data)=> {
|
||||
// return http({
|
||||
// url: '/admin/teacher/getTeacherSystemList',
|
||||
// method: 'post',
|
||||
// data: data
|
||||
// })
|
||||
// }
|
||||
// 获取内部讲师体系列表
|
||||
//VUE_APP_BASE_API /manageApi
|
||||
export const getTeacherSystemList = (obj) => http.post('/admin/teacher/getInTeacherSystemList', obj)
|
||||
// 获取内部讲师列表
|
||||
export const getTeacherList = (obj) => http.post('/admin/teacher/getInTeacherList', obj)
|
||||
//.内部讲师发薪地筛选
|
||||
export const getTeacherPayRollPriceList = (obj) => http.post('/admin/teacher/getTeacherPayRollPriceList', obj)
|
||||
//新增讲师
|
||||
export const insertTeacher = () => http.post('/admin/teacher/insertInTeacher' ,obj)
|
||||
//修改 讲师
|
||||
export const updateInTeacher = () => http.post('/admin/teacher/updateInTeacher' ,obj)
|
||||
//内部讲师详情
|
||||
export const getLookTeacherSystem= (obj) => http.post('/admin/teacher/getTeacherSystemList'+id ,obj)
|
||||
//删除内部讲师
|
||||
export const deleteTeacher = (obj) => http.post('/admin/teacher/deleteInTeacher' ,obj)//
|
||||
//修改讲师状态
|
||||
export const updateTeacherState = (obj) => http.post('/admin/teacher/updateTeacherState' ,obj)
|
||||
Reference in New Issue
Block a user