king
2023-11-08 076c2b693da1d42cf3a468c0f3d631c1ed424285
src/menu/components/chart/antv-pie/chartcompile/index.jsx
@@ -27,7 +27,7 @@
    plot: null,
    formlist: null,
    baseFormlist: null,
    view: 'normal',
    view: 'base',
    colorColumns: [
      {
        title: '指标',
@@ -54,7 +54,7 @@
    this.setState({
      visible: true,
      view: 'normal',
      view: 'base',
      plot: fromJS(config.plot).toJS(),
      baseFormlist: getBaseForm(config.plot),
      formlist: getOptionForm(config.plot, config.columns)