部分弹窗点击遮罩才能删除

This commit is contained in:
禺狨
2023-03-15 09:48:58 +08:00
parent 26235468dc
commit df5d31c976
10 changed files with 9 additions and 1 deletions

View File

@@ -138,7 +138,6 @@ export const ResourceCategoryPage: React.FC = () => {
content: "确认删除此分类?",
centered: true,
okText: "确认",
okType: "danger",
cancelText: "取消",
onOk() {
resourceCategory.destroyResourceCategory(id).then((res: any) => {