forked from Gitlink/forgeplus-react
create issue add check
This commit is contained in:
parent
7663115453
commit
0318b9e7f2
|
@ -177,10 +177,10 @@ function New(props){
|
|||
let s = status_choose && status_choose.length>0 ? status_choose.map(i=>{return i.id}) :undefined;
|
||||
axios.post(url,{
|
||||
description,subject,
|
||||
branch_name:b.join(","),
|
||||
status_id:s.join(","),
|
||||
priority_id:p.join(","),
|
||||
milestone_id:m.join(","),
|
||||
branch_name:b && b.join(","),
|
||||
status_id:s && s.join(","),
|
||||
priority_id:p && p.join(","),
|
||||
milestone_id:m && m.join(","),
|
||||
issue_tag_ids:t,
|
||||
assigner_ids:a,
|
||||
attachment_ids:fileList,
|
||||
|
|
Loading…
Reference in New Issue