mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 11:19:45 +08:00
删除弹窗确认按钮样式优化
This commit is contained in:
@@ -97,7 +97,6 @@ export const SystemAdminrolesPage: React.FC = () => {
|
||||
content: "确认删除此角色?",
|
||||
centered: true,
|
||||
okText: "确认",
|
||||
okType: "danger",
|
||||
cancelText: "取消",
|
||||
onOk() {
|
||||
adminRole.destroyAdminRole(id).then((res: any) => {
|
||||
|
||||
Reference in New Issue
Block a user