学员添加、编辑优化以及删除弹窗文案优化

This commit is contained in:
禺狨
2023-03-22 18:48:10 +08:00
parent 65d572aee0
commit c032727588
6 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ export const SystemAdminrolesUpdate: React.FC<PropInterface> = ({
return;
}
getDetail();
}, [id]);
}, [id, open]);
const getParams = () => {
adminRole.createAdminRole().then((res: any) => {