|
|
@ -278,7 +278,7 @@ class CommonWorkPost extends Component{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// 附件相关 START
|
|
|
|
// 附件相关 START
|
|
|
|
handleChange = (info) => {
|
|
|
|
handleChange = (info) => {
|
|
|
|
if (info.file.status === 'uploading') {
|
|
|
|
if (info.file.status === 'uploading' || info.file.status === 'done') {
|
|
|
|
let fileList = info.fileList;
|
|
|
|
let fileList = info.fileList;
|
|
|
|
|
|
|
|
|
|
|
|
this.setState({ fileList: appendFileSizeToUploadFileAll(fileList) });
|
|
|
|
this.setState({ fileList: appendFileSizeToUploadFileAll(fileList) });
|
|
|
|