mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 11:19:45 +08:00
管理人员页面重构
This commit is contained in:
@@ -24,7 +24,7 @@ export const SystemAdminrolesUpdate: React.FC<PropInterface> = ({
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
if (id === 0) {
|
||||
if (id === 0 || "undefined" || "") {
|
||||
return;
|
||||
}
|
||||
getDetail();
|
||||
|
||||
Reference in New Issue
Block a user