forked from huge/frontEnd/hugeOA

liuwh
2020-04-06 84fa518cc6973c26d2e006b57d3e5570d4625075
src/pages/document/DocumentEdit.jsx
@@ -22,7 +22,9 @@
  componentWillMount() { }
  componentDidMount() { }
  componentDidMount() {
    console.log()
   }
  componentDidShow() { }
@@ -30,7 +32,7 @@
    return (
      <div className="document-edit-main">
        <BreadcrumbView data={[{ name: '新建文档' }]} />
        <DocumentEditPage history={this.props.history}/>
        <DocumentEditPage {...this.props}/>
      </div>
    )
  }