From 2c947a24d56801c4c48c5d6ac7c43f1ede04d3d7 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Thu, 12 Sep 2024 15:39:47 +0800
Subject: [PATCH] feat: 大厅来访完善

---
 gz-customerSystem/src/components/disputeRegistration/casePerfection/Form.jsx |   29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/gz-customerSystem/src/components/disputeRegistration/casePerfection/Form.jsx b/gz-customerSystem/src/components/disputeRegistration/casePerfection/Form.jsx
index e76e77f..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>
@@ -314,20 +314,20 @@
             <Button type="primary"
               onClick={() =>
                 $$.modalInfo({
-                  title: '案件信息报仇呢确认',
+                  title: '案件信息保存确认',
                   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