Merge branch 'release_20230721' into 'master'
【生产】7.20 修改初审汇总表不能正常显示的问题 See merge request eshop/fe_service_ebtp_frontend!312
This commit is contained in:
@ -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
|
||||
) {
|
||||
|
Reference in New Issue
Block a user