|
@@ -405,8 +405,7 @@ const DemandDetailShow = Form.create()(React.createClass({
|
|
previewImage: file.url || file.thumbUrl,
|
|
previewImage: file.url || file.thumbUrl,
|
|
previewVisible: true,
|
|
previewVisible: true,
|
|
});
|
|
});
|
|
- }} >
|
|
|
|
- {fileList.length >= 1 ? null : uploadButton}
|
|
|
|
|
|
+ }} >
|
|
</Upload>
|
|
</Upload>
|
|
<Modal maskClosable={false} footer={null}
|
|
<Modal maskClosable={false} footer={null}
|
|
visible={this.state.previewVisible}
|
|
visible={this.state.previewVisible}
|