提交 871be195 编写于 作者: X xiaosheng.lj

fix upload multiple #579

上级 aca1736a
...@@ -62,7 +62,7 @@ const AntUpload = React.createClass({ ...@@ -62,7 +62,7 @@ const AntUpload = React.createClass({
f.status = 'uploading'; f.status = 'uploading';
return f; return f;
}); });
nextFileList = nextFileList.concat(file); nextFileList = nextFileList.concat(targetItem);
} else { } else {
targetItem = fileToObject(file); targetItem = fileToObject(file);
targetItem.status = 'uploading'; targetItem.status = 'uploading';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册