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({