Form 提交是按钮应该是禁用态
This commit is contained in:
parent
0f17f1fd65
commit
fdd5d81037
|
@ -874,6 +874,7 @@ export default class Form extends React.Component<FormProps, object> {
|
|||
actions: this.buildActions(),
|
||||
onAction: this.handleAction,
|
||||
disabled: store.loading,
|
||||
btnDisabled: store.loading || store.validating,
|
||||
headerClassName,
|
||||
footerClassName,
|
||||
actionsClassName,
|
||||
|
|
Loading…
Reference in New Issue