[update] 修改bug88407

This commit is contained in:
lideqin
2024-08-12 10:57:23 +08:00
parent 946f9680f1
commit 9e37dbeab9
+1 -1
View File
@@ -375,7 +375,7 @@ export default {
if (!info.file.status && this.uploadGoOn === false) {
info.fileList.pop()
}
let fileList = info.fileList
let fileList = info.fileList.filter(item => item.uploadGoOn)
if (info.file.status === 'done') {
if (this.number > 0) {
fileList = fileList.slice(-this.number)