Merge branch 'cherry-pick-2cf206de' into 'dev-22.11'

CN-816 下钻table分数列排序功能无法使用

See merge request cyber-narrator/cn-ui!9
This commit is contained in:
陈劲松
2022-12-05 03:42:21 +00:00

View File

@@ -709,6 +709,9 @@ export default {
}
if (Object.keys(item.scoreGroup).length >= 5) {
item.score = computeScore(item.scoreGroup)
if(!_.isNumber(item.score)){
item.score = 0
}
}
})
}