fix: 🐛 修复上传文件多选文件时,上传失败的问题

修复上传文件多选文件时,上传失败的问题
This commit is contained in:
Theo
2025-03-19 18:07:23 +08:00
parent 6204deb7cb
commit 98e73fef40
2 changed files with 29 additions and 5 deletions

View File

@@ -10,7 +10,6 @@
:http-request="handleUpload"
:on-success="onSuccess"
:on-error="onError"
multiple
>
<template #default>
<el-image v-if="modelValue" :src="modelValue" />