src/tabviews/custom/components/form/simple-form/index.jsx
@@ -308,13 +308,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() }) }