fix(测试跟踪): 脑图和测计划创建缺陷,jira用户检索失败

--bug=1026351 --user=陈建星 【测试跟踪】测试计划-脑图-添加jira缺陷-报告人列表显示加载中 https://www.tapd.cn/55049933/s/1373388
This commit is contained in:
chenjianxing 2023-05-19 19:10:27 +08:00 committed by jianxing
parent 0de2f5acd9
commit eadec6547a
2 changed files with 2 additions and 2 deletions

View File

@ -459,7 +459,7 @@ export default {
optionMethod: data.optionMethod,
workspaceId: getCurrentWorkspaceId(),
platform: this.issueTemplate.platform,
projectId: this.form.projectId,
projectId: this.form.projectId ? this.form.projectId : this.projectId,
query
}).then((r) => {
data.options = r.data;

View File

@ -748,7 +748,7 @@ export default {
optionMethod: data.optionMethod,
workspaceId: getCurrentWorkspaceId(),
platform: this.issueTemplate.platform,
projectId: this.form.projectId,
projectId: this.form.projectId ? this.form.projectId : this.projectId,
query
}).then((r) => {
data.options = r.data;