CN-816 下钻table分数列排序功能无法使用
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user