From dc01557c591c16c77ad90b20003548860337bebb Mon Sep 17 00:00:00 2001 From: "sylor_huang@126.com" Date: Thu, 2 Apr 2020 11:38:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9pr=E6=8F=90=E4=BA=A4=E4=B8=BA?= =?UTF-8?q?textarea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 25 +++++++++++-------------- src/forge/Merge/MessageCount.js | 8 ++++---- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b424df457..341caf23a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,10 +1,7 @@ - - - - + - - + @@ -221,8 +218,8 @@ - - + + @@ -728,8 +725,8 @@ - - + + diff --git a/src/forge/Merge/MessageCount.js b/src/forge/Merge/MessageCount.js index f3aa818c8..60743728f 100644 --- a/src/forge/Merge/MessageCount.js +++ b/src/forge/Merge/MessageCount.js @@ -251,9 +251,9 @@ class MessageCount extends Component{ }) } - changbodypr=(value)=>{ + changbodypr=(e)=>{ this.setState({ - body:value + body:e.target.value }) } editdetail=(count,status)=>{ @@ -378,7 +378,7 @@ class MessageCount extends Component{ render(){ const { projectsId,mergeId } = this.props.match.params; - const { data,journalsdata, page, limit, search_count, isSpin, isedit, showFiles , commentsContent , quillFlag, body } = this.state; + const { data,journalsdata, page, limit, search_count, isSpin, isedit, showFiles , commentsContent , quillFlag } = this.state; const { getFieldDecorator } = this.props.form; const { current_user } = this.props; const url = this.props.history.location.pathname; @@ -581,7 +581,7 @@ class MessageCount extends Component{ {/*onContentChange={this.changbodypr}*/} {/*/>*/} {/**/} -