king
2020-11-26 89fb1308d92e10a27cf8f91f4dd766eb38976e12
src/menu/components/chart/antv-pie/chartcompile/index.jsx
@@ -16,7 +16,7 @@
class LineChartDrawerForm extends Component {
  static propTpyes = {
    menu: PropTypes.any,
    MenuType: PropTypes.any,
    dict: PropTypes.object,
    plot: PropTypes.object,
    config: PropTypes.object,
@@ -51,13 +51,13 @@
  }
  showDrawer = () => {
    const { config, menu } = this.props
    const { config, MenuType } = this.props
    this.setState({
      visible: true,
      view: 'normal',
      plot: fromJS(config.plot).toJS(),
      baseFormlist: getBaseForm(config.plot, menu.MenuType, menu.fstMenuList),
      baseFormlist: getBaseForm(config.plot, MenuType),
      formlist: getOptionForm(config.plot, config.columns)
    })
  }