修改管理页概览图表数据问题

This commit is contained in:
Pengxiansen
2025-01-24 16:44:09 +08:00
parent 7d66fed1f9
commit 042e6e4bd9
3 changed files with 58 additions and 65 deletions

View File

@@ -78,6 +78,8 @@ export const exportStudentTaskPage = (obj) => http.post('/professional/studentTa
// 任务管理概览
export const taskInformation = (growthId) => http.get('/professional/managementOverview/taskInformation/' + growthId)
// 任务管理完成统计概览
export const taskCompletionRate = (growthId) => http.get('/professional/managementOverview/taskCompletionRate/' + growthId)