From 19d871dc4f3bd48e0906868ba5b35a457b128964 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期一, 14 九月 2020 19:11:43 +0800 Subject: [PATCH] 漂移ip接口联调,摄像机信息初始化系统信息 --- 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