部门学员进度列表筛选优化

This commit is contained in:
禺狨 2023-04-19 16:50:43 +08:00
parent 6c923e1756
commit db39805031

View File

@ -44,7 +44,7 @@ const MemberDepartmentProgressPage = () => {
useEffect(() => {
getData();
}, [refresh, page, size, name, email, id_card]);
}, [refresh, page, size]);
const getData = () => {
if (loading) {