king
2023-11-08 076c2b693da1d42cf3a468c0f3d631c1ed424285
src/menu/components/chart/antv-X6/chartcompile/index.jsx
@@ -19,7 +19,7 @@
  }
  state = {
    view: 'normal',
    view: 'base',
    visible: false,
    plot: null,
    formlist: null,
@@ -31,7 +31,7 @@
    this.setState({
      visible: true,
      view: 'normal',
      view: 'base',
      plot: fromJS(config.plot).toJS(),
      baseFormlist: getBaseForm(config.plot, config.columns),
      formlist: getOptionForm(config.plot, config.uuid)