diff --git a/src/components/jero/JUpload.vue b/src/components/jero/JUpload.vue index 8bdb352..bd79009 100644 --- a/src/components/jero/JUpload.vue +++ b/src/components/jero/JUpload.vue @@ -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)