修复image验证导致表单提交loading问题
This commit is contained in:
parent
678983d77a
commit
82f987d8fe
|
@ -334,6 +334,7 @@ export default class ImageControl extends React.Component<
|
|||
|
||||
startUpload(retry: boolean = false) {
|
||||
if (this.state.uploading) {
|
||||
this.resolve && this.resolve(null);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue