From 0eca6aea6132685e860a49eb983598ccc858dc47 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Tue, 10 Sep 2024 15:46:49 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh
---
gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx | 20 ++++++++++++++++----
1 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx b/gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx
index f5c29ad..5e4f293 100644
--- a/gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx
+++ b/gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx
@@ -2,7 +2,7 @@
* @Author: dminyi 1301963064@qq.com
* @Date: 2024-09-02 14:49:13
* @LastEditors: dminyi 1301963064@qq.com
- * @LastEditTime: 2024-09-09 22:14:40
+ * @LastEditTime: 2024-09-10 11:46:45
* @FilePath: \gzDyh\gz-customerSystem\src\views\register\handleFeedback\component\CaseResult.jsx
* @Description: 结案申请
*/
@@ -26,7 +26,7 @@
-const CaseResult = ({ visible = false, handleOnCancel, caseResultId, caseId ,caseTaskId}) => {
+const CaseResult = ({ visible = false, handleOnCancel, caseResultId, caseId, caseTaskId }) => {
const formRef = useRef();
const formRefWrite = useRef();
const failRef = useRef();
@@ -110,10 +110,22 @@
}
const windupApply = async (submitData) => {
+ console.log(
+ {
+ mediResultName: selectedTab === '1' ? '化解成功' : '化解不成功',
+ agreeType: value === 1 ? '口头协议' : '书面协议',
+ caseTaskId: caseTaskId,
+ caseId: caseId,
+ caseResultId: caseResultId,
+ ...submitData
+ },'windupApplyData'
+ )
const res = await windupApplyApi({
+ mediResultName: selectedTab === '1' ? '成功' : '不成功',
+ agreeType: value === 1 ? '口头协议' : '书面协议',
caseTaskId: caseTaskId,
- caseId:caseId,
- caseResultId:caseResultId,
+ caseId: caseId,
+ caseResultId: caseResultId,
...submitData
})
if (res.type) {
--
Gitblit v1.8.0