bug
This commit is contained in:
@@ -166,13 +166,16 @@ export default {
|
|||||||
option && this.Echart.setOption(option)
|
option && this.Echart.setOption(option)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
created() {
|
onLoad() {
|
||||||
this.areaId = this.user.areaId
|
this.areaId = this.user.areaId
|
||||||
this.areaName = this.user.areaName
|
this.areaName = this.user.areaName
|
||||||
|
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.getList()
|
||||||
|
})
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = '视频监控'
|
document.title = '视频监控'
|
||||||
this.getList()
|
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.Echart = echarts.init(document.getElementById('echarts'))
|
this.Echart = echarts.init(document.getElementById('echarts'))
|
||||||
|
|||||||
Reference in New Issue
Block a user