fix(测试跟踪): 缺陷管理的高级搜索中创建人无法列出所有项目成员
--bug=1015962 --user=李玉号 【测试跟踪】github#16974,缺陷管理的高级搜索中创建人无法列出所有项目成员 https://www.tapd.cn/55049933/s/1226382 Closes #16974
This commit is contained in:
parent
dee57844ae
commit
5707969264
|
@ -302,7 +302,7 @@ export const CREATOR = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
options: MS_USER_OPTIONS,
|
options: MS_PROJECT_USER_OPTIONS,
|
||||||
props: {
|
props: {
|
||||||
multiple: true
|
multiple: true
|
||||||
},
|
},
|
||||||
|
|
|
@ -261,11 +261,11 @@ export default {
|
||||||
this.userFilter = data.map(u => {
|
this.userFilter = data.map(u => {
|
||||||
return {text: u.name, value: u.id};
|
return {text: u.name, value: u.id};
|
||||||
});
|
});
|
||||||
});
|
|
||||||
getIssuePartTemplateWithProject((template) => {
|
getIssuePartTemplateWithProject((template) => {
|
||||||
this.initFields(template);
|
this.initFields(template);
|
||||||
this.page.result.loading = false;
|
this.page.result.loading = false;
|
||||||
});
|
});
|
||||||
|
});
|
||||||
this.getIssues();
|
this.getIssues();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue