src/templates/modalconfig/index.jsx
@@ -126,6 +126,7 @@ } componentDidMount() { window.GLOB.formId = '' MKEmitter.addListener('submitStyle', this.getStyle) document.onkeydown = (event) => { let e = event || window.event @@ -391,6 +392,8 @@ _config.fields = _config.fields.filter(item => !item.origin) 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