fix(测试跟踪): 功能用例列表责任人筛选字段有误

This commit is contained in:
song-cc-rock 2022-08-30 16:26:51 +08:00 committed by 刘瑞斌
parent 9ea4082e4d
commit a59859ab37
1 changed files with 1 additions and 1 deletions

View File

@ -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)
})