mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
修改其他问题
This commit is contained in:
@@ -260,6 +260,9 @@ export default {
|
||||
]
|
||||
Promise.all(promises).then(() => {
|
||||
this.nums = this.fistTotals + this.pathTotals + this.growTotal;
|
||||
sessionStorage.setItem('fistTotals',this.fistTotals)
|
||||
sessionStorage.setItem('pathTotals',this.pathTotals)
|
||||
sessionStorage.setItem('growTotal',this.growTotal)
|
||||
this.loadBoeData();
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user