king
2021-04-20 d1657e9835a6b3350dee76956deae3029cfe4b11
src/templates/sharecomponent/settingcalcomponent/verifycard/index.jsx
@@ -327,6 +327,7 @@
  }
  render() {
    const { config } = this.props
    const { columns, setting, scripts, colColumns, activeKey, loading } = this.state
    return (
@@ -350,7 +351,7 @@
              wrappedComponentRef={(inst) => this.contrastForm = inst}
            />
            <FieldsComponent
              config={{...this.props.config, columns}}
              config={{...config, columns}}
              type="fields"
              updatefield={this.updatefields}
            />
@@ -373,6 +374,7 @@
              dict={this.props.dict}
              setting={setting}
              scripts={scripts}
              urlFields={config.urlFields}
              defaultSql={this.state.defaultsql}
              searches={this.props.searches}
              scriptsChange={this.scriptsChange}