From 98a6297b10a4b97c3022f84d3ba7908c178d9ee0 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期二, 20 十月 2020 10:30:10 +0800 Subject: [PATCH] 应用中心安装提示bug修复 --- 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