src/templates/modalconfig/index.jsx
@@ -495,7 +495,7 @@ if (res.orderBy) { sql = sql + ' order by ' + res.orderBy + ' ' + res.orderType } console.log(sql) res.dataSourceSql = Utils.formatOptions(sql) } @@ -1210,8 +1210,8 @@ destroyOnClose > <SettingForm data={config.setting} dict={this.state.dict} config={config} wrappedComponentRef={(inst) => this.settingRef = inst} /> </Modal>