合并请求默认选中开启中的
This commit is contained in:
parent
0057c90995
commit
873fccc7b3
|
|
@ -38,7 +38,7 @@ class merge extends Component {
|
||||||
// page: 1,
|
// page: 1,
|
||||||
search_count: undefined,
|
search_count: undefined,
|
||||||
issue_type: undefined,
|
issue_type: undefined,
|
||||||
status_type: undefined,
|
status_type: "1",
|
||||||
//设置选择高亮
|
//设置选择高亮
|
||||||
openselect: 1,
|
openselect: 1,
|
||||||
closeselect: undefined,
|
closeselect: undefined,
|
||||||
|
|
@ -48,7 +48,7 @@ class merge extends Component {
|
||||||
paix: "排序",
|
paix: "排序",
|
||||||
priority_ids: "优先级",
|
priority_ids: "优先级",
|
||||||
select_params: {
|
select_params: {
|
||||||
status_type: undefined, //开启中和关闭中,默认为开启中的
|
status_type: "1", //开启中和关闭中,默认为开启中的
|
||||||
assigned_to_id: undefined, // 指派人
|
assigned_to_id: undefined, // 指派人
|
||||||
fixed_version_id: undefined,
|
fixed_version_id: undefined,
|
||||||
priority_id: undefined,
|
priority_id: undefined,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue