From e18fcd5c4348ba404e3fa0dc64f54a87bf3865f9 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Sun, 18 Dec 2022 13:40:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=85=E7=A9=BA=E5=B7=B2=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E4=B8=8A=E4=BC=A0=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/pages/manage/file.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/assets/js/pages/manage/file.vue b/resources/assets/js/pages/manage/file.vue index 3e19f8e67..7a13adbf7 100644 --- a/resources/assets/js/pages/manage/file.vue +++ b/resources/assets/js/pages/manage/file.vue @@ -1716,6 +1716,8 @@ export default { uploadClear() { this.uploadList = this.uploadList.filter(({status}) => status !== 'finished') + this.$refs.fileUpload.clearFiles(); + this.$refs.dirUpload.clearFiles(); }, uploadPercentageParse(val) {