king
2021-07-06 71d4765ba3cdc4a004687cd37a529b565e9ea9fd
src/mob/modalconfig/pastecomponent/index.jsx
@@ -34,13 +34,13 @@
      if (res.field && keys.includes(res.field.toLowerCase())) {
        notification.warning({
          top: 92,
          message: '搜索字段已存在!',
          message: '字段已存在!',
          duration: 5
        })
        return
      }
      this.props.updateConfig(config)
      this.props.updateConfig({...config, fields: [...config.fields, res]})
      this.setState({visible: false})
      notification.success({