king
2020-11-25 42fae277ae5ebe794fc070bf38482a919eb661fc
src/templates/sharecomponent/chartgroupcomponent/index.jsx
@@ -17,7 +17,6 @@
class ChartGroupComponent extends Component {
  static propTpyes = {
    config: PropTypes.object,         // 菜单配置信息
    sysRoles: PropTypes.array,        // 角色列表,黑名单使用
    updatechartgroup: PropTypes.func  // 图表更新
  }
@@ -148,7 +147,7 @@
    this.setState({
      card: item,
      modaltype: _type,
      formlist: getChartViewForm(item, this.props.sysRoles, _columns, actions, extraActions)
      formlist: getChartViewForm(item, _columns, actions, extraActions)
    })
  }