功能优化

This commit is contained in:
LHD_HY 2025-11-21 14:59:45 +08:00
parent 1c6dcbbd84
commit 164a6db7c7
1 changed files with 1 additions and 0 deletions

View File

@ -332,6 +332,7 @@ export default {
handleError(error, file) {
console.error('上传失败:', error)
this.$bus.$emit('endUpload')
this.$emit('upload-fail');
this.removeFailedFile(file.uid)
this.isUploading = false
},