From 32808ce622da0d908294df0ab684c5bca24fc81c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=90=8C=E5=AD=A6?= Date: Thu, 23 Oct 2025 14:15:55 +0800 Subject: [PATCH] =?UTF-8?q?UPDATE:=20=E4=B8=8A=E4=BC=A0=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E6=9C=80=E6=96=B0=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/ImportZip/index.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/ImportZip/index.vue b/frontend/src/components/ImportZip/index.vue index ba57416..3efa208 100644 --- a/frontend/src/components/ImportZip/index.vue +++ b/frontend/src/components/ImportZip/index.vue @@ -12,6 +12,7 @@ action="#" class="upload" :limit="1" + :on-exceed="handleExceed" :http-request="uploadZip" accept=".zip" :auto-upload="!parameter.confirmMessage" @@ -56,7 +57,15 @@