线上课学员列表

This commit is contained in:
禺狨 2023-03-28 18:03:20 +08:00
parent cbe24caa0b
commit d2dbd742ce

View File

@ -84,7 +84,7 @@ const CourseUserPage = () => {
useEffect(() => {
getList();
}, [params.courseId]);
}, [params.courseId, refresh, page, size]);
const getList = () => {
setLoading(true);