From 7c36384a38d71e1ad2e1fbe4b86507f9b0628215 Mon Sep 17 00:00:00 2001 From: ylj20011123 Date: Mon, 2 Mar 2026 14:30:30 +0800 Subject: [PATCH] update --- src/pages/ComplaintForwardingProcess/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/ComplaintForwardingProcess/index.tsx b/src/pages/ComplaintForwardingProcess/index.tsx index dc48f65..f35ec80 100644 --- a/src/pages/ComplaintForwardingProcess/index.tsx +++ b/src/pages/ComplaintForwardingProcess/index.tsx @@ -313,7 +313,6 @@ const ComplaintForwardingProcess = () => { } setConfirmLoading(true) console.log('reqreq', req); - const data = await handleSynchroSUGGESTION(req) if (data.Result_Code === 100) { // 上传图片 @@ -396,8 +395,11 @@ const ComplaintForwardingProcess = () => { LEADERSHIP_INFO: record?.LEADERSHIP_INFO || "", FEEDBACK_INFO: record?.FEEDBACK_INFO || "", CHAIRMAN_STAFFID: record?.nextPerson, + DISPOSITION_PERSON: record?.DISPOSITION_PERSON || "" } setConfirmLoading(true) + console.log('reqreq', req); + const data: any = await handleSynchroSUGGESTION(req) setConfirmLoading(false) if (data.Result_Code === 100) {