This commit is contained in:
Pengxiansen
2025-02-20 16:36:25 +08:00
parent 3f8e42a239
commit 5dc774f312
21 changed files with 1483 additions and 133 deletions

View File

@@ -100,4 +100,8 @@ 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 })
export const markComplete = (obj) => http.get('/professional/allocation/markComplete', { params: obj })
export const attendanceList = (obj) => http.post('/professional/task/attendanceList', obj)