mirror of
https://github.com/PlayEdu/backend
synced 2025-11-19 03:37:44 +08:00
线上课学员列表
This commit is contained in:
@@ -84,7 +84,7 @@ const CourseUserPage = () => {
|
||||
|
||||
useEffect(() => {
|
||||
getList();
|
||||
}, [params.courseId]);
|
||||
}, [params.courseId, refresh, page, size]);
|
||||
|
||||
const getList = () => {
|
||||
setLoading(true);
|
||||
|
||||
Reference in New Issue
Block a user