forked from huge/frontEnd/hugeOA

Mr Ke
2020-04-27 5acddbdb6b6d48a08b52602fd232993fd5c3715d
src/pages/document/DocumentEdit.jsx
@@ -22,15 +22,19 @@
  componentWillMount() { }
  componentDidMount() { }
  componentDidMount() {
    console.log()
  }
  componentDidShow() { }
  render() {
    return (
      <div className="document-edit-main">
      <div className="document-edit-main h-100 flex-box-column">
        <BreadcrumbView data={[{ name: '新建文档' }]} />
        <DocumentEditPage history={this.props.history}/>
        <div className="flex-1">
          <DocumentEditPage {...this.props} />
        </div>
      </div>
    )
  }