|
|
|
@ -478,10 +478,10 @@ export default {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
this.keyChildren = []; |
|
|
|
|
if(this.KeyApplicationsChildren.length > 0){ |
|
|
|
|
// if(this.KeyApplicationsChildren.length > 0){ |
|
|
|
|
// console.log("=====进来了") |
|
|
|
|
let i = 0; |
|
|
|
|
this.KeyApplicationsChildren.forEach( item =>{ |
|
|
|
|
// let i = 0; |
|
|
|
|
// this.KeyApplicationsChildren.forEach( item =>{ |
|
|
|
|
// for (let i = 0; i < childrenMean.length; i++) { |
|
|
|
|
// if(item.permissionId == childrenMean[i].id){ |
|
|
|
|
// i += 1; |
|
|
|
@ -489,6 +489,7 @@ export default {
|
|
|
|
|
// this.keyChildren.push(childrenMean[i]); |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
childrenMean.forEach(it =>{ |
|
|
|
|
if(JSON.parse(localStorage.getItem(it.name))){ |
|
|
|
|
it.sum = JSON.parse(localStorage.getItem(it.name)).sum |
|
|
|
@ -499,8 +500,8 @@ export default {
|
|
|
|
|
this.keyChildren.sort((a, b) => { |
|
|
|
|
return b.sum - a.sum |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
// }) |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
this.userChildren = childrenMean |
|
|
|
|
for (let i in this.userChildren){ |
|
|
|
|