forked from Gitlink/forgeplus-react
修改意见反馈的指派成员
This commit is contained in:
parent
ce3b460717
commit
ca5c279ac0
|
@ -102,9 +102,9 @@ class order_form extends Component {
|
|||
|
||||
if(this.props.form_type === "feedback"){
|
||||
let data ={
|
||||
//指派给段甲生,类型:缺陷,优先度:正常,issue状态:新增
|
||||
//指定指派成员,类型:缺陷,优先度:正常,issue状态:新增
|
||||
tracker_id: "1",
|
||||
assigned_to_id: "36480",
|
||||
assigned_to_id: window.location.host === "gitlink.org.cn" ? "86107":"36480",
|
||||
priority_id: "2",
|
||||
status_id: "1",
|
||||
description:"####问题描述\n\n\n####重现问题步骤\n\n\n####截图\n\n\n####建议解决办法\n",
|
||||
|
|
Loading…
Reference in New Issue