选择图片组件选中后再确定

This commit is contained in:
禺狨
2023-04-24 10:45:09 +08:00
parent 1b7f11489b
commit 516c718c78
3 changed files with 108 additions and 80 deletions

View File

@@ -109,6 +109,10 @@ export function learnCourses(
});
}
export function learnAllCourses(id: number) {
return client.get(`/backend/v1/user/${id}/all-courses`, {});
}
export function departmentProgress(
id: number,
page: number,