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