From ccbe1710b9c52b0ca23150b0a9ca763da6e1223c Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Thu, 12 Sep 2024 15:43:22 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master

---
 gz-customerSystem/src/views/register/closingReview/component/ReviewExamine.jsx |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/gz-customerSystem/src/views/register/closingReview/component/ReviewExamine.jsx b/gz-customerSystem/src/views/register/closingReview/component/ReviewExamine.jsx
index 8a2b746..63352ca 100644
--- a/gz-customerSystem/src/views/register/closingReview/component/ReviewExamine.jsx
+++ b/gz-customerSystem/src/views/register/closingReview/component/ReviewExamine.jsx
@@ -58,7 +58,7 @@
       value: '4'
     },
   ]
-
+ console.log(props.id,'props.idprops.id')
   useEffect(() => {
     getInfoData()
     getAppId()
@@ -97,7 +97,7 @@
         if (!errors) {
           const { file, myNoUp, ...rest } = formRef.current.getFields()
           requestSubmit({
-            id,
+            id: props.id,
             caseId: props.caseId,
             caseTaskId: props.caseTaskId,
             ...rest
@@ -111,7 +111,8 @@
     const res = await submit(data)
     if (res.type) {
       $$.infoSuccess({ content: '提交成功!' });
-      navigate(`/mediate/visit/visitWorkBench`)    }
+      navigate(`/mediate/visit/visitWorkBench`)
+    }
   }
 
   //删除文件
@@ -141,7 +142,7 @@
               </Col>
               <Col span={24}>
                 <div><div className="title-text">结案意见</div></div>
-                <div>{infoData?.windupContent || '-'}</div>
+                <div>{infoData?.auditContent || '-'}</div>
               </Col>
               {/* <Col span={24}>
                 <div><div className="title-text">是否转诉讼案件</div></div>

--
Gitblit v1.8.0