king
2021-08-31 12add7610dc9a998b4296e3f203fa858694bdbd3
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) => {