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 ) {