7.20 修改初审汇总表不能正常显示的问题
This commit is contained in:
@ -282,7 +282,7 @@ const PreliminarySummary: React.FC<BidPreliminarySummaryProps> = (props) => {
|
|||||||
}).then((response) => {
|
}).then((response) => {
|
||||||
if (response?.code == 200) {
|
if (response?.code == 200) {
|
||||||
let count = 0;
|
let count = 0;
|
||||||
totalSupplier.forEach((ele: any) => {
|
pagingSupplier.forEach((ele: any) => {
|
||||||
if (
|
if (
|
||||||
response?.data[response?.data.length - 1].detailList[0].earlyMap[ele.supplierRegisterId].judgesResult == true
|
response?.data[response?.data.length - 1].detailList[0].earlyMap[ele.supplierRegisterId].judgesResult == true
|
||||||
) {
|
) {
|
||||||
|
Reference in New Issue
Block a user