This commit is contained in:
花有清香月有阴
2021-12-23 14:34:01 +08:00
parent f424d67650
commit a983da61ac
2 changed files with 3 additions and 12 deletions

View File

@@ -136,7 +136,6 @@ export default {
props: {},
data() {
return {
indexBar: '',
lists: [
{
iconPath: 'home',
@@ -199,16 +198,8 @@ export default {
...mapState(['user', 'global']),
},
watch: {},
onLoad(o) {
if (o.tabIndex) {
this.indexBar = o.tabIndex
}
onLoad() {
this.getEchart1()
this.getEchart2()
this.getList()
this.getList2()
this.currentTabBar = this.indexBar
this.areaId = this.user.areaId
},
mounted() {