fix(测试跟踪): 功能用例列表责任人筛选字段有误
This commit is contained in:
parent
9ea4082e4d
commit
a59859ab37
|
@ -691,7 +691,7 @@ export default {
|
|||
return value;
|
||||
},
|
||||
getCustomFieldFilter(field) {
|
||||
if (field.options) {
|
||||
if (field.options && field.options.length > 0) {
|
||||
field.options.forEach(option => {
|
||||
option.text = this.$t(option.text)
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue