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

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

@@ -104,6 +104,7 @@ export const DepartmentCreate: React.FC<PropInterface> = ({
width={416}
onOk={() => form.submit()}
onCancel={() => onCancel()}
maskClosable={false}
>
<div className="float-left mt-24">
<Form

View File

@@ -138,6 +138,7 @@ export const DepartmentUpdate: React.FC<PropInterface> = ({
width={416}
onOk={() => form.submit()}
onCancel={() => onCancel()}
maskClosable={false}
>
<div className="float-left mt-24">
<Form