From 4f19bf767ce1367c4c358f14c31bc333e2f57665 Mon Sep 17 00:00:00 2001 From: yss <17921@qq.com> Date: Wed, 24 Aug 2022 17:25:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=AE=A1=E6=B1=87=E6=80=BB=E5=8A=A0re?= =?UTF-8?q?marklist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BidPreliminary/BidPreliminaryReviewLeader/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/Evaluation/BidPreliminary/BidPreliminaryReviewLeader/index.tsx b/src/pages/Evaluation/BidPreliminary/BidPreliminaryReviewLeader/index.tsx index 1597cb9..6aa0aa8 100644 --- a/src/pages/Evaluation/BidPreliminary/BidPreliminaryReviewLeader/index.tsx +++ b/src/pages/Evaluation/BidPreliminary/BidPreliminaryReviewLeader/index.tsx @@ -889,10 +889,13 @@ const Index: React.FC<{}> = () => { * @param params */ const verificationRiskControl = () => { + const remarkList = getRemarkList(ref.current); + console.log(remarkList); let submitData = { reviewStatus: '2', reviewTurnId: getURLInformation("turnId"), reviewType: '1', + remarkList: remarkList, } beforeRiskControl(submitData).then(res => { if (res?.code == 200) {