mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 11:19:45 +08:00
学员添加、编辑优化以及删除弹窗文案优化
This commit is contained in:
@@ -27,7 +27,7 @@ export const SystemAdministratorUpdate: React.FC<PropInterface> = ({
|
||||
return;
|
||||
}
|
||||
getDetail();
|
||||
}, [id]);
|
||||
}, [id, open]);
|
||||
|
||||
const getParams = () => {
|
||||
adminUser.createAdminUser().then((res: any) => {
|
||||
|
||||
@@ -28,7 +28,7 @@ export const SystemAdminrolesUpdate: React.FC<PropInterface> = ({
|
||||
return;
|
||||
}
|
||||
getDetail();
|
||||
}, [id]);
|
||||
}, [id, open]);
|
||||
|
||||
const getParams = () => {
|
||||
adminRole.createAdminRole().then((res: any) => {
|
||||
|
||||
Reference in New Issue
Block a user