king
2020-05-05 92108e6c93de657838bbd766a9eb4f27d85e1c2d
src/templates/sharecomponent/tablecomponent/index.jsx
@@ -231,6 +231,15 @@
    this.props.updatetable({...config, tables: _tables}, _fields)
  }
  /**
   * @description 组件销毁,清除state更新
   */
  componentWillUnmount () {
    this.setState = () => {
      return
    }
  }
  render() {
    const { containerId } = this.props
    const { dict, tables, selectedTables } = this.state