From b1cba04a509d8e00044cb0c266e89bf898b5b487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=98=8E=E6=98=9F?= <321212099@qq.com> Date: Mon, 8 Dec 2025 15:10:16 +0800 Subject: [PATCH] fix --- src/forge/Upload/Index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/forge/Upload/Index.js b/src/forge/Upload/Index.js index 5b09ca071..2c7fbdcb8 100644 --- a/src/forge/Upload/Index.js +++ b/src/forge/Upload/Index.js @@ -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,