king
2020-11-25 42fae277ae5ebe794fc070bf38482a919eb661fc
src/menu/components/chart/antv-pie/chartcompile/index.jsx
@@ -20,7 +20,6 @@
    MenuType: PropTypes.any,
    dict: PropTypes.object,
    plot: PropTypes.object,
    sysRoles: PropTypes.array,
    config: PropTypes.object,
    plotchange: PropTypes.func
  }
@@ -53,13 +52,13 @@
  }
  showDrawer = () => {
    const { config, sysRoles, MenuType } = this.props
    const { config, MenuType } = this.props
    this.setState({
      visible: true,
      view: 'normal',
      plot: fromJS(config.plot).toJS(),
      baseFormlist: getBaseForm(config.plot, sysRoles, MenuType),
      baseFormlist: getBaseForm(config.plot, MenuType),
      formlist: getOptionForm(config.plot, config.columns)
    })
  }