mirror of
https://github.com/PlayEdu/backend
synced 2026-03-10 11:30:20 +08:00
部门学员进度
This commit is contained in:
@@ -108,3 +108,16 @@ export function learnCourses(
|
||||
...params,
|
||||
});
|
||||
}
|
||||
|
||||
export function departmentProgress(
|
||||
id: number,
|
||||
page: number,
|
||||
size: number,
|
||||
params: object
|
||||
) {
|
||||
return client.get(`/backend/v1/department/${id}/users`, {
|
||||
page,
|
||||
size,
|
||||
...params,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user