src/tabviews/commontable/index.jsx
@@ -973,12 +973,16 @@ } } reloadMenuView = (menuId) => { reloadMenuView = (menuId, position) => { const { MenuID } = this.props if (MenuID !== menuId) return this.reloadview() if (position === 'table') { this.reloadtable() } else { this.reloadview() } } resetActiveMenu = (menuId) => {