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> ) }