From 19ccf9686a266fe617b1f59e3b909e5ef2a57a9a Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期二, 29 九月 2020 11:06:58 +0800
Subject: [PATCH] 完善事件推送

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

diff --git a/src/pages/cameraAccess/index/VideoManage.vue b/src/pages/cameraAccess/index/VideoManage.vue
index 8e26bfc..0788cb0 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)
@@ -229,8 +230,9 @@
 <style lang="scss">
 .s-video-manage {
   width: 100%;
+  min-width:1599px;
   height: 100%;
-  float: right;
+  float: left;
   box-sizing: border-box;
   .el-tabs--border-card {
     box-shadow: none;

--
Gitblit v1.8.0