src/templates/modalconfig/index.jsx
@@ -481,7 +481,7 @@ handleSubmit = () => { this.formRef.handleConfirm().then(res => { let _config = JSON.parse(JSON.stringify(this.state.config)) console.log(res) if ((res.type === 'select' || res.type === 'link') && res.resourceType === '1') { let sql = 'select ' + res.valueField + ',' + res.valueText + ' from (' + res.dataSource + ')' if (res.orderBy) {