mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 03:39:34 +08:00
部门、分类管理页面图标替换
This commit is contained in:
@@ -49,7 +49,7 @@ export const DepartmentPage: React.FC = () => {
|
||||
|
||||
useEffect(() => {
|
||||
getData();
|
||||
}, [refresh]);
|
||||
}, [refresh, permisssions]);
|
||||
|
||||
const getData = () => {
|
||||
setLoading(true);
|
||||
|
||||
Reference in New Issue
Block a user