king
2020-05-05 92108e6c93de657838bbd766a9eb4f27d85e1c2d
src/templates/sharecomponent/chartgroupcomponent/index.jsx
@@ -190,6 +190,14 @@
    this.props.updatechartgroup(config, id)
  }
  /**
   * @description 组件销毁,清除state更新
   */
  componentWillUnmount () {
    this.setState = () => {
      return
    }
  }
  render() {
    const { config } = this.props
@@ -208,7 +216,7 @@
          handleMenu={this.handleChart}
          deleteMenu={this.deletechart}
        /> : null}
        {/* 合并列编辑 */}
        {/* 图表信息编辑 */}
        <Modal
          title={modaltype === 'addChart' ? '图表-添加' : '图标-编辑'}
          visible={modaltype === 'addChart' || modaltype === 'editChart'}