From ae57e6020e6dc41b42f27d5bf2f4ae653f58cb27 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 17 九月 2020 15:15:54 +0800
Subject: [PATCH] 可视化卡片去除白色背景

---
 src/pages/cameraAccess/index/VideoManage.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/pages/cameraAccess/index/VideoManage.vue b/src/pages/cameraAccess/index/VideoManage.vue
index 8e26bfc..7d6a031 100644
--- a/src/pages/cameraAccess/index/VideoManage.vue
+++ b/src/pages/cameraAccess/index/VideoManage.vue
@@ -170,7 +170,8 @@
       this.TreeDataPool.clean();
     });
 
-    let _this = this
+    let _this = this;
+    _this.PollData.statisticTaskInfo();
     this.intervalTimer = setInterval(() => {
       _this.PollData.statisticTaskInfo();
     }, 10000)

--
Gitblit v1.8.0