diff --git a/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue b/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue index b7e8bfef..09101dff 100644 --- a/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue +++ b/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue @@ -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'))