src/tabviews/custom/components/form/step-form/index.jsx
@@ -388,13 +388,15 @@ } } mkFormSubmit = (btnId) => { mkFormSubmit = (btnId, callback) => { const { group } = this.state if (group.uuid !== btnId) return this.formRef.handleConfirm().then(res => { MKEmitter.emit('triggerFormSubmit', {menuId: btnId, form: res}) }, () => { callback && callback() }) }