forked from huge/frontEnd/hugeOA

1
liuwh
2020-04-06 12d561aea1143eae863d80edebf8b4cbe3cc85df
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>
    )
  }