From 45abc1d097c88e3d9d5b4a7a71a2257cab9dd3ba Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 17 九月 2020 16:40:51 +0800 Subject: [PATCH] 可视化左侧树组件替换 --- src/pages/cameraAccess/index/VideoManage.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/cameraAccess/index/VideoManage.vue b/src/pages/cameraAccess/index/VideoManage.vue index 2cba6b9..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) @@ -288,7 +289,7 @@ .video-tab > .el-tabs__content { width: 100%; //margin-top: 52px; - height: calc(100% - 78px); + height: calc(100% - 36px); box-sizing: border-box; overflow-y: auto; padding: 0; -- Gitblit v1.8.0