BUG 29039

This commit is contained in:
aixianling
2022-04-28 11:03:28 +08:00
parent 7110210497
commit 7d1ab4337f

View File

@@ -169,13 +169,10 @@ export default {
onLoad() { 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'))