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

(cherry picked from commit 2cf206de5a)
This commit is contained in:
hyx
2022-11-29 16:36:58 +08:00
committed by 陈劲松
parent 85830dc7ca
commit 29fe3bc3ef

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