mirror of
https://github.com/PlayEdu/h5.git
synced 2025-12-30 00:00:16 +08:00
首页样式优化
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user