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) => {