首页样式优化

This commit is contained in:
禺狨
2023-06-29 16:10:32 +08:00
parent 1ae4f7ed00
commit 9861c67d55
2 changed files with 7 additions and 1 deletions

View File

@@ -17,7 +17,6 @@ const ChangeDepartmentPage = () => {
const currentDepId = useSelector(
(state: any) => state.loginUser.value.currentDepId
);
console.log(currentDepId);
const onDepClick = (value: any) => {
let it = departments.find((o: any) => o.id === value);