king
2020-07-06 3193df5faaacb0fe903ce993b16319276528524f
src/templates/comtableconfig/index.jsx
@@ -74,7 +74,6 @@
   */
  UNSAFE_componentWillMount () {
    const { menu, optionLibs } = this.props
    let _LongParam = menu.LongParam
    let _config = ''
@@ -1434,7 +1433,7 @@
                        {config.charts.length > 1 && item.title ? <p className="chart-title">{item.title}</p> : null}
                        <ActionComponent
                          type="main"
                          menu={{ MenuID: this.props.menu.MenuID, MenuName: this.props.menu.MenuName, MenuNo: this.props.menu.MenuNo }}
                          menu={{ MenuID: this.props.menu.MenuID, MenuName: this.props.menu.MenuName, MenuNo: this.props.menu.MenuNo, fstMenuList: this.props.menu.fstMenuList }}
                          config={config}
                          tabs={this.state.tabviews}
                          menuformRef={this.menuformRef}