Commit 80c6dd6c authored by XieZhiXiong's avatar XieZhiXiong

fixbug

parent 9bc47c0f
...@@ -394,7 +394,6 @@ const AuditPrComfirm: React.FC<QueryProps> = props => { ...@@ -394,7 +394,6 @@ const AuditPrComfirm: React.FC<QueryProps> = props => {
confirmLoading={confirmLoading} confirmLoading={confirmLoading}
onOk={() => modalFormActions.submit()} onOk={() => modalFormActions.submit()}
onCancel={() => setModalVisible(false)} onCancel={() => setModalVisible(false)}
destroyOnClose
> >
<NiceForm <NiceForm
effects={($, { setFieldState }) => { effects={($, { setFieldState }) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment