diff --git a/libs/permission-utils/src/components/CommonSetting.tsx b/libs/permission-utils/src/components/CommonSetting.tsx index 2cc909a24..496c9f96e 100644 --- a/libs/permission-utils/src/components/CommonSetting.tsx +++ b/libs/permission-utils/src/components/CommonSetting.tsx @@ -251,8 +251,8 @@ export class CommonSetting extends React.Component< this.batchHandlePermChange([record.data.action]); this.setState({ batchType: "add", + showAddUser: true, }); - this.setState({ showAddUser: true }); }; // 保存为单个权限添加用户 handleStoreSingleAddUser = () => {