fix: Fix loading for ConfirmAction component

Fix loading status after click submit button in confirm modal

Change-Id: I27499a5ee0e568bef202cf6367c7ed22344e6c37
This commit is contained in:
Jingwei.Zhang 2021-09-13 13:22:06 +08:00
parent 30210e33c6
commit fd69957fcf

View File

@ -277,7 +277,7 @@ class ActionButton extends Component {
okText,
cancelText,
onOk: () => {
this.onConfirmOK(
return this.onConfirmOK(
data,
onSubmit,
isBatch,