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