fix(测试跟踪): 自定义字段多选成员类型,选项为空
--bug=1018108 --user=陈建星 【项目设置】模版管理-创建字段类型是多选和单选成员后,可选成员列表是空 https://www.tapd.cn/55049933/s/1262526
This commit is contained in:
parent
8a6434afce
commit
ef8550bac0
|
@ -156,7 +156,7 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (this.data.type.indexOf("member") < 0) {
|
||||
if (['member', 'multipleMember'].indexOf(this.data.type) < 0) {
|
||||
return;
|
||||
}
|
||||
getProjectMemberOption()
|
||||
|
|
Loading…
Reference in New Issue