This commit is contained in:
Pengxiansen
2025-02-16 23:02:58 +08:00
parent 4dd02dcbc6
commit 5126636193
2 changed files with 36 additions and 7 deletions

View File

@@ -4,3 +4,5 @@ import ajax from '../ajax';
const baseURL = '/growth';
// 查询专业力必修列表
export const listData = (obj) => ajax.get(baseURL, '/professional/student/studentGrowthList', { params: obj })
// 查询专业力统计
export const getTotalGrowthTaskDetail = (obj) => ajax.get(baseURL, '/professional/student/getTotalGrowthTaskDetail', { params: obj })