25768
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user