From 60af3d61004000ea589f5e6c3e17ca7ab450b795 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 03 九月 2020 18:01:52 +0800 Subject: [PATCH] 统计查询查找此人第二次查找同一条数据无响应的问题修复,应用最大化后不显示横向滚动条的bug修复 --- src/pages/cameraAccess/components/DataStackInfo.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/pages/cameraAccess/components/DataStackInfo.vue b/src/pages/cameraAccess/components/DataStackInfo.vue index af2cfef..fe622ac 100644 --- a/src/pages/cameraAccess/components/DataStackInfo.vue +++ b/src/pages/cameraAccess/components/DataStackInfo.vue @@ -396,6 +396,7 @@ }, mounted() { this.initFormData(); + console.log(this.PollData.barCharts) }, beforeDestroy() { this.taskUid = 0; -- Gitblit v1.8.0