From 4fdc177c0234f778dbd9a3469daa45826c2092cf Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Thu, 20 Jul 2023 16:41:24 +0800 Subject: [PATCH] =?UTF-8?q?7.20=20=E4=BF=AE=E6=94=B9=E5=88=9D=E5=AE=A1?= =?UTF-8?q?=E6=B1=87=E6=80=BB=E8=A1=A8=E4=B8=8D=E8=83=BD=E6=AD=A3=E5=B8=B8?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BidPreliminaryManager/components/PreliminarySummary.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Evaluation/BidPreliminary/BidPreliminaryManager/components/PreliminarySummary.tsx b/src/pages/Evaluation/BidPreliminary/BidPreliminaryManager/components/PreliminarySummary.tsx index ad02f35..25f867f 100644 --- a/src/pages/Evaluation/BidPreliminary/BidPreliminaryManager/components/PreliminarySummary.tsx +++ b/src/pages/Evaluation/BidPreliminary/BidPreliminaryManager/components/PreliminarySummary.tsx @@ -282,7 +282,7 @@ const PreliminarySummary: React.FC = (props) => { }).then((response) => { if (response?.code == 200) { let count = 0; - totalSupplier.forEach((ele: any) => { + pagingSupplier.forEach((ele: any) => { if ( response?.data[response?.data.length - 1].detailList[0].earlyMap[ele.supplierRegisterId].judgesResult == true ) {