From 4d22be70f5b490fd0ccd108d365d450a4b1e646d Mon Sep 17 00:00:00 2001 From: baoyu <102349094+Bytq@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:07:34 +0800 Subject: [PATCH] =?UTF-8?q?BUG=2083392=EF=BC=8C=E5=86=85=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E4=BC=9A=E8=AE=AE--=E6=96=B0=E5=A2=9E/=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2--=E4=BC=9A=E8=AE=AE=E8=AE=AE=E9=A2=98?= =?UTF-8?q?=E7=9A=84=E7=A7=BB=E5=8A=A8=E6=B2=A1=E6=8A=8A=E8=AE=AE=E9=A2=98?= =?UTF-8?q?=E6=9D=90=E6=96=99=E5=B8=A6=E8=BF=87=E5=8E=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomFormComponents/File.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/CustomFormComponents/File.vue b/src/components/CustomFormComponents/File.vue index 9b3f3e993..c29af344a 100644 --- a/src/components/CustomFormComponents/File.vue +++ b/src/components/CustomFormComponents/File.vue @@ -541,6 +541,7 @@ export default { */ getShowFileList() { return new Promise((resolve, reject) => { + this.showFileList = [] if (this.value && this.value !== '') { let paramefile = this.value if (paramefile.charAt(paramefile.length - 1) === ',') {