add: 让企标页左边体系树结构顶级类别排序失效
This commit is contained in:
+4
-3
@@ -2652,9 +2652,10 @@ export default {
|
|||||||
list1 = list1.concat(list2)
|
list1 = list1.concat(list2)
|
||||||
}
|
}
|
||||||
|
|
||||||
if(list1.length > 0){
|
// if(list1.length > 0){
|
||||||
this.treeList = this.sortByKey(list1,"displaySeq")
|
// this.treeList = this.sortByKey(list1,"displaySeq")
|
||||||
}
|
// }
|
||||||
|
this.treeList = list1
|
||||||
},
|
},
|
||||||
sortByKey(ary, key) {
|
sortByKey(ary, key) {
|
||||||
return ary.sort(function (a, b) {
|
return ary.sort(function (a, b) {
|
||||||
|
|||||||
Reference in New Issue
Block a user