king
2021-09-01 31ec63f0419895876cbaba99637a884a32d33d0d
src/tabviews/commontable/index.jsx
@@ -757,7 +757,7 @@
            }
            return item
          })
        } catch {
        } catch (e) {
          console.warn('数据查询错误')
        }
      }
@@ -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) => {