fix: id类型错误

This commit is contained in:
TsMask
2025-02-26 17:25:17 +08:00
parent 8e4df6a85f
commit 15ebd48283
6 changed files with 20 additions and 24 deletions

View File

@@ -351,7 +351,7 @@ defineExpose({
showRemoveIcon: true,
showDownloadIcon: false,
}"
:remove="fnBeforeRemoveFile"
@remove="fnBeforeRemoveFile"
:before-upload="fnBeforeUploadFile"
:custom-request="fnUploadFile"
:disabled="modalState.confirmLoading"