mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 18:29:34 +08:00
部门默认展开
This commit is contained in:
@@ -30,7 +30,9 @@ export const SystemAdministratorUpdate: React.FC<PropInterface> = ({
|
||||
if (id === 0) {
|
||||
return;
|
||||
}
|
||||
getDetail();
|
||||
if (open) {
|
||||
getDetail();
|
||||
}
|
||||
}, [id, open]);
|
||||
|
||||
const getParams = () => {
|
||||
|
||||
Reference in New Issue
Block a user