7.20 修改初审汇总表不能正常显示的问题

This commit is contained in:
jl-zhoujl2
2023-07-20 16:41:24 +08:00
parent b4765017b8
commit 4fdc177c02

View File

@ -282,7 +282,7 @@ const PreliminarySummary: React.FC<BidPreliminarySummaryProps> = (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
) {