From 3300f811726041a3175784324eb2be9458e80e09 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期三, 21 十月 2020 10:37:10 +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