部门、分类管理页面图标替换

This commit is contained in:
禺狨
2023-03-14 15:22:53 +08:00
parent f7797ce3ce
commit b6c68d0abc
2 changed files with 32 additions and 32 deletions

View File

@@ -49,7 +49,7 @@ export const DepartmentPage: React.FC = () => {
useEffect(() => {
getData();
}, [refresh]);
}, [refresh, permisssions]);
const getData = () => {
setLoading(true);