Commit 873c0c4fcd0da274fa4c76097ee42503a1f77771

Authored by zhangkang
1 parent 894fd89c

修复任务权限编辑为空

src/pages/attendance/FieldService/subpages/Work/components/Modal.tsx
... ... @@ -85,7 +85,7 @@ function CreateModal(props: Props) {
85 85 onOk={form.submit}
86 86 onCancel={() => setVisiable(false)}
87 87 maskClosable={false}
88   - getContainer={false}
  88 + // getContainer={false}
89 89 >
90 90 <Form
91 91 form={form}
... ...