This commit is contained in:
Pengxiansen
2025-02-26 18:12:26 +08:00
parent dd41219358
commit 8b00387a90
8 changed files with 70 additions and 99 deletions

View File

@@ -102,7 +102,7 @@ export const batchSendMessage = (data) => http.post('/professional/urgeLearning/
// 删除手动添加的专业力必修
export const delGrowth = (growthId) => http.get('/professional/compulsory/delGrowth/' + growthId)
// 删除手动添加的专业力必修
export const markComplete = (obj) => http.get('/professional/allocation/markComplete', { params: obj })