src/templates/sharecomponent/actioncomponent/verifyexcelout/datasource/index.jsx
@@ -108,8 +108,18 @@ } updateDataType = (e) => { this.setState({dataType: e.target.value}) this.props.updateDataType(e.target.value) if (e.target.value === 'custom') { setTimeout(() => { this.setState({ dataType: e.target.value, defaultSql: this.props.setting.defaultSql || 'true' }) }, 10) } else { this.setState({dataType: e.target.value}) } } render() {