From 12d561aea1143eae863d80edebf8b4cbe3cc85df Mon Sep 17 00:00:00 2001 From: liuwh <hugeinfo123> Date: Mon, 06 Apr 2020 19:05:16 +0800 Subject: [PATCH] 1 --- src/pages/document/DocumentEdit.jsx | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/document/DocumentEdit.jsx b/src/pages/document/DocumentEdit.jsx index a9b9407..e2fc182 100644 --- a/src/pages/document/DocumentEdit.jsx +++ b/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> ) } -- Gitblit v1.8.0