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() {
this.areaId = this.user.areaId
this.areaName = this.user.areaName
this.$nextTick(() => {
this.getList()
})
},
onShow() {
document.title = '视频监控'
this.getList()
},
mounted() {
this.Echart = echarts.init(document.getElementById('echarts'))