From 38a14dfa0e579ebc2cbe35c9758771411530cb32 Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 23 Aug 2024 15:43:47 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E4=B8=8A=E4=BC=A0=E7=BB=84=E4=BB=B6]?= =?UTF-8?q?=20=E5=A4=9A=E6=AC=A1=E4=B8=8A=E4=BC=A0=E4=BC=9A=E8=A6=86?= =?UTF-8?q?=E7=9B=96=E4=B8=8A=E6=AC=A1=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/jero/JUpload.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/jero/JUpload.vue b/src/components/jero/JUpload.vue index 87105c6..59b7115 100644 --- a/src/components/jero/JUpload.vue +++ b/src/components/jero/JUpload.vue @@ -380,7 +380,7 @@ export default { if (!info.file.status && this.uploadGoOn === false) { info.fileList.pop() } - let fileList = info.fileList.filter(item => item.uploadGoOn) + let fileList = info.fileList.filter(item => item.status === 'done' || item.uploadGoOn) if (info.file.status === 'done') { if (this.number > 0) { fileList = fileList.slice(-this.number)