src/templates/sharecomponent/searchcomponent/index.jsx
@@ -331,7 +331,16 @@ this.setState({ setVisible: false }) this.props.updatesearch({...config, setting: {...config.setting, ...res}}) let _config = null if (config.wrap) { // 自定义页面table _config = {...config, wrap: {...config.wrap, ...res}} } else { _config = {...config, setting: {...config.setting, ...res}} } this.props.updatesearch(_config) }) }