Commit b0822b3e authored by 田翔's avatar 田翔

fix: 附件上传支持多选

parent c16ca9bc
{
"name": "panda-xform",
"version": "5.2.5",
"description": "5.2.5 未知原因出现antd上传组件图片显示异常",
"version": "5.2.6",
"description": "5.2.6 附件上传支持多选",
"keywords": [
"panda-xform"
],
......
......@@ -278,6 +278,7 @@ const FileUpload = (props) => {
return (
<div className={styles.uploadBox}>
<Upload
multiple
accept={accepts[fileType]}
fileList={showList}
className="upload-list-inline"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment