This commit is contained in:
向明星 2025-12-08 15:10:16 +08:00
parent b5b42cc967
commit b1cba04a50
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ class Index extends Component {
const upload = {
name: 'file',
fileList: list,
multiple: true,
action: actionUrl || `${getUploadActionUrl()}`,
onChange: this.handleChange,
onRemove: this.onAttachmentRemove,