mirror of
https://github.com/PlayEdu/backend
synced 2025-06-28 15:55:00 +08:00
线上课学员列表
This commit is contained in:
parent
cbe24caa0b
commit
d2dbd742ce
@ -84,7 +84,7 @@ const CourseUserPage = () => {
|
||||
|
||||
useEffect(() => {
|
||||
getList();
|
||||
}, [params.courseId]);
|
||||
}, [params.courseId, refresh, page, size]);
|
||||
|
||||
const getList = () => {
|
||||
setLoading(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user