src/tabviews/commontable/index.jsx
@@ -829,11 +829,7 @@ UNSAFE_componentWillReceiveProps(nextProps) { if (nextProps.refreshTab && nextProps.refreshTab.MenuID === this.props.MenuID) { if (nextProps.refreshTab.position === 'grid') { this.reloadtable() } else if (nextProps.refreshTab.position === 'view') { this.reloadview() } this.reloadview() this.props.refreshTabView('') } else if (!is(fromJS(this.props.tabviews), fromJS(nextProps.tabviews))) { let selectTab = nextProps.tabviews.filter(tab => tab.selected)[0]