Merge pull request #1159 from z---/master

修复上传时的状态传递
pull/1177/head
afc163 9 years ago
commit 264324251b

@ -142,7 +142,7 @@ const AntUpload = React.createClass({
targetItem.percent = e.percent;
this.onChange({
event: e,
file,
file: targetItem,
fileList: this.state.fileList
});
},

Loading…
Cancel
Save