data.fileList.forEach((item) => { | data.fileList.forEach((item) => { | ||||
if (item.name === fileName) { | if (item.name === fileName) { | ||||
item.status = progressPercent === 100 ? 'success' : 'uploading' | item.status = progressPercent === 100 ? 'success' : 'uploading' | ||||
item.percent = progressPercent | |||||
item.percentage = progressPercent | |||||
} | } | ||||
}) | }) | ||||
}, | }, |