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 @@