From 3a795c96328302228faf38b1dbf9cf92ce3cedf5 Mon Sep 17 00:00:00 2001 From: hwj Date: Wed, 11 Mar 2026 17:32:25 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E8=AE=BE=E5=A4=87=E5=8F=B0?= =?UTF-8?q?=E8=B4=A6-=E8=B5=84=E6=96=99=E5=A4=9A=E9=80=89=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UploadFile/src/UploadFile.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UploadFile/src/UploadFile.vue b/src/components/UploadFile/src/UploadFile.vue index 39062935..418c3d13 100644 --- a/src/components/UploadFile/src/UploadFile.vue +++ b/src/components/UploadFile/src/UploadFile.vue @@ -313,7 +313,7 @@ watch( const emitUpdateModelValue = () => { const infos = buildInfosFromFileList() let result: string | string[] - if (props.limit === 1 || isString(props.modelValue)) { + if (props.limit === 1) { if (!infos.length) { result = '' } else {