src/mob/modalconfig/index.jsx
@@ -61,6 +61,7 @@ } componentDidMount () { window.GLOB.formId = '' MKEmitter.addListener('submitStyle', this.getStyle) MKEmitter.addListener('completeSave', this.completeSave) } @@ -253,6 +254,8 @@ return } window.GLOB.formId = res.uuid if (['select', 'multiselect', 'link', 'checkbox', 'radio', 'checkcard'].includes(res.type) && res.resourceType === '1' && /\s/.test(res.dataSource)) { this.setState({ sqlVerifing: true