From 0e65c5001ad3623d6e4d8e023689ddd3708889a5 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期六, 17 十月 2020 13:04:22 +0800 Subject: [PATCH] 统计查询(集群)左侧树调试,cardwindow添加analyServerName字段 --- src/pages/searchForCluster/index/Searching.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/pages/searchForCluster/index/Searching.vue b/src/pages/searchForCluster/index/Searching.vue index 7cd82d6..68e5e41 100644 --- a/src/pages/searchForCluster/index/Searching.vue +++ b/src/pages/searchForCluster/index/Searching.vue @@ -615,6 +615,7 @@ this.VideoPhotoData.searchTime = this.format(this.searchTime); //this.VideoPhotoData.inputValue = this.searchText; this.VideoPhotoData.showType = this.showType; + this.VideoPhotoData.isAll = true; if (!this.VideoPhotoData.uploadType) { console.log("鏌ヨ鏂规硶"); this.VideoPhotoData.uploadDiaplay = false; -- Gitblit v1.8.0