fix: 修复上传附件之后回显了多余条目 (#1495)
This commit is contained in:
parent
b639650397
commit
a462be0a5e
|
|
@ -31,6 +31,7 @@
|
|||
:accept="getStringAccept"
|
||||
:multiple="multiple"
|
||||
:before-upload="beforeUpload"
|
||||
:show-upload-list="false"
|
||||
class="upload-modal-toolbar__btn"
|
||||
>
|
||||
<a-button type="primary">
|
||||
|
|
|
|||
Loading…
Reference in New Issue