add: 让企标页左边体系树结构顶级类别排序失效

This commit is contained in:
wxyclub
2023-10-26 16:48:28 +08:00
parent 24ae8ea131
commit d95c492778
@@ -2652,9 +2652,10 @@ export default {
list1 = list1.concat(list2)
}
if(list1.length > 0){
this.treeList = this.sortByKey(list1,"displaySeq")
}
// if(list1.length > 0){
// this.treeList = this.sortByKey(list1,"displaySeq")
// }
this.treeList = list1
},
sortByKey(ary, key) {
return ary.sort(function (a, b) {