mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
提交
This commit is contained in:
@@ -95,3 +95,9 @@ export const saveGrowth = (data) => http.post('/professional/compulsory/saveGrow
|
||||
|
||||
// 催促学习
|
||||
export const batchSendMessage = (data) => http.post('/professional/urgeLearning/batchSendMessage', data)
|
||||
|
||||
// 删除手动添加的专业力必修
|
||||
export const delGrowth = (growthId) => http.get('/professional/compulsory/delGrowth/' + growthId)
|
||||
|
||||
// 删除手动添加的专业力必修
|
||||
export const markComplete = (obj) => http.get('/professional/allocation/markComplete', { params: obj })
|
||||
Reference in New Issue
Block a user