src/tabviews/calendar/index.jsx
@@ -522,11 +522,7 @@ UNSAFE_componentWillReceiveProps(nextProps) { if (nextProps.refreshTab && nextProps.refreshTab.MenuID === this.props.MenuID) { if (nextProps.refreshTab.position === 'grid') { this.loadmaindata() } else if (nextProps.refreshTab.position === 'view') { this.reloadview() } this.reloadview() this.props.refreshTabView('') } else if (nextProps.param && !is(fromJS(this.props.param), fromJS(nextProps.param))) { let search = this.state.search.map(item => {