diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b73c5f51..b424df45 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,6 +2,7 @@ + - issue-tag-show 创建 .map((item,key)=>{ .map((item,key) 评论成 - 该合并请求可以进行自动合并操作 没有 创建工单 可读权限 @@ -58,6 +57,8 @@ onMouseMove commitKey TextArea + 该合并请求可以进行自动合并操作 + body $PROJECT_DIR$ @@ -197,12 +198,12 @@ - + - @@ -220,8 +221,8 @@ - - + + @@ -727,8 +728,8 @@ - - + + diff --git a/src/forge/Merge/MessageCount.js b/src/forge/Merge/MessageCount.js index 201b9c4c..f3aa818c 100644 --- a/src/forge/Merge/MessageCount.js +++ b/src/forge/Merge/MessageCount.js @@ -183,7 +183,7 @@ class MessageCount extends Component{ project_id:projectsId, id:data.pull_request.id, do:mergekey, - body:JSON.stringify(body), + body:body, title:title, }).then(result=>{ if(result){ @@ -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 } = this.state; + const { data,journalsdata, page, limit, search_count, isSpin, isedit, showFiles , commentsContent , quillFlag, body } = 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}*/} {/*/>*/} {/**/} -