From 7d1ab4337faf1704e3dc6492df43d4e8f8c844e1 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 28 Apr 2022 11:03:28 +0800 Subject: [PATCH] BUG 29039 --- src/apps/AppVideoSurveillance/AppVideoSurveillance.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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'))