king
2020-05-05 92108e6c93de657838bbd766a9eb4f27d85e1c2d
src/templates/sharecomponent/fieldscomponent/index.jsx
@@ -205,6 +205,14 @@
    }
  }
  /**
   * @description 组件销毁,清除state更新
   */
  componentWillUnmount () {
    this.setState = () => {
      return
    }
  }
  render() {
    const { type } = this.props