fix(测试跟踪): 自定义字段多选成员类型,选项为空

--bug=1018108 --user=陈建星 【项目设置】模版管理-创建字段类型是多选和单选成员后,可选成员列表是空 https://www.tapd.cn/55049933/s/1262526
This commit is contained in:
chenjianxing 2022-10-15 16:56:17 +08:00 committed by jianxing
parent 8a6434afce
commit ef8550bac0
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ export default {
}
}
}
if (this.data.type.indexOf("member") < 0) {
if (['member', 'multipleMember'].indexOf(this.data.type) < 0) {
return;
}
getProjectMemberOption()