From 170a243a66d71b7bec30dfb29d5d5eaeeb753c6f Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Mon, 16 Jan 2023 19:47:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E7=BB=84=E5=90=8E=E4=BD=8D=E7=BD=AE=E4=B8=8D?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/web/src/components/modals/GroupDetail/Role/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/web/src/components/modals/GroupDetail/Role/index.tsx b/client/web/src/components/modals/GroupDetail/Role/index.tsx index b7271097..30bae727 100644 --- a/client/web/src/components/modals/GroupDetail/Role/index.tsx +++ b/client/web/src/components/modals/GroupDetail/Role/index.tsx @@ -71,7 +71,10 @@ export const GroupRole: React.FC = React.memo((props) => { { + await handleDeleteRole(); + setRoleId(AllPermission); // 删除身份组后切换到所有人 + }} /> )}