From c0c79d9b58705a3c8c13ea9f23b1dd0f724a04af Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期一, 19 十月 2020 19:14:52 +0800
Subject: [PATCH] 搜索集群节点样式更新

---
 src/pages/searchForCluster/index/Searching.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/pages/searchForCluster/index/Searching.vue b/src/pages/searchForCluster/index/Searching.vue
index 7cd82d6..9e7012d 100644
--- a/src/pages/searchForCluster/index/Searching.vue
+++ b/src/pages/searchForCluster/index/Searching.vue
@@ -296,7 +296,8 @@
 
     this.searchTime = this.getDateInit();
     this.VideoPhotoData.searchTime = this.getDateInit();
-
+    //璁剧疆鎼滅储鏉ユ簮(搴旂敤鍚嶇О)
+    this.VideoPhotoData.searchForm = 'cluster';
     // 鏆傛椂鍏抽棴璺宠浆 20200730
     // if (this.$route.query.showType === "findByPic") {
     if (this.getUrlKey("showType")) {
@@ -615,6 +616,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