3.10 工程代码同步master
This commit is contained in:
@ -18,7 +18,7 @@ export async function getFileBidList(BidID: any) {
|
||||
}
|
||||
}
|
||||
).then(res => {
|
||||
if (res[BidID].length > 0) {
|
||||
if (res?.[BidID]?.length > 0) {
|
||||
for (const f in res[BidID]) {
|
||||
Msg.push(
|
||||
{
|
||||
|
Reference in New Issue
Block a user