fix(组件): ms-add-attachment单文件上传清空后未清空文件修复

This commit is contained in:
baiqi 2024-11-25 11:40:25 +08:00 committed by Craftsman
parent 2a2f57bb52
commit cebc82c4e3
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@
</div> </div>
<div v-else class="flex w-full items-center gap-[4px]"> <div v-else class="flex w-full items-center gap-[4px]">
<dropdownMenu <dropdownMenu
:file-list="fileList"
:accept="props.accept" :accept="props.accept"
:disabled="props.disabled" :disabled="props.disabled"
@link-file="associatedFile" @link-file="associatedFile"