From 8e9f556423b0e3a19ce70df2bca8c351035368b0 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Thu, 12 Sep 2024 16:06:02 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh
---
gz-customerSystem/src/components/disputeRegistration/casePerfection/Form.jsx | 27 ++++++++++++++-------------
1 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/gz-customerSystem/src/components/disputeRegistration/casePerfection/Form.jsx b/gz-customerSystem/src/components/disputeRegistration/casePerfection/Form.jsx
index 24a6626..c5e6955 100644
--- a/gz-customerSystem/src/components/disputeRegistration/casePerfection/Form.jsx
+++ b/gz-customerSystem/src/components/disputeRegistration/casePerfection/Form.jsx
@@ -257,7 +257,7 @@
{/* 调解结果 */}
{showResult &&
- <div style={{ marginLeft: '24px',marginTop:'32px' }}>
+ <div style={{ marginLeft: '24px', marginTop: '32px' }}>
<h4>
<img className="casePerfection-titleIcon" src={casePerfection_material} alt="" />
<span>调解结果</span>
@@ -318,16 +318,16 @@
content: '确定保存本次对案件信息的修改吗?',
okText: '确定保存',
cancelText: '我再想想',
- onOk:() =>
- globalUpdateApi({
- ...formDomRef.current.formData,
- ...formDomRef.current.form.getFieldsValue(),
- ...result,
- acceptTime: formDomRef.current.formData?.acceptTime ? $$.timeFormat(formDomRef.current.formData?.acceptTime) : '',
- occurTime: formDomRef.current.formData?.occurTime ? $$.timeFormat(formDomRef.current.formData?.occurTime) : '',
- }),
- })
- }
+ onOk: () =>
+ globalUpdateApi({
+ ...formDomRef.current.formData,
+ ...formDomRef.current.form.getFieldsValue(),
+ ...result,
+ acceptTime: formDomRef.current.formData?.acceptTime ? $$.timeFormat(formDomRef.current.formData?.acceptTime) : '',
+ occurTime: formDomRef.current.formData?.occurTime ? $$.timeFormat(formDomRef.current.formData?.occurTime) : '',
+ }),
+ })
+ }
>
保存信息1111
</Button>
@@ -864,12 +864,13 @@
</Row>
</Col>
);
- })}
+ })
+ }
{formData.fileInfoList?.length === 0 && <div style={{ width: '100%' }}>{$$.MyEmpty({ description: '暂未上传材料' })}</div>}
</Row>
</>
{caseType === 1 ? (
- <div className= "casePerfection-divider"/>
+ <div className="casePerfection-divider" />
) : (
<Space size="large" className="register-submit">
<Button className="public-mainBtn" onClick={() => form.submit()}>
--
Gitblit v1.8.0