king
2024-11-07 a02fc6a77fa1b35c6516b2d37108d80e260c6c85
src/menu/modalconfig/controller.jsx
@@ -35,6 +35,8 @@
      config: fromJS(config).toJS(),
      btn: fromJS(btn).toJS()
    })
    window.GLOB.formId = ''
  }
  handleBack = () => {
@@ -47,7 +49,7 @@
  
  handleSave = (modal) => {
    const { config, btn } = this.state
    MKEmitter.emit('submitModal', config, btn, modal)
    MKEmitter.emit('submitModal', config.uuid, btn.uuid, modal)
  }
  render () {