king
2019-12-18 1a14ff6035932eadfb6ef7970e3adb24b4e158a6
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>