From c99cad106ef5be9f818e45d385dfdcec29ce19e5 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 03 十二月 2020 16:52:24 +0800
Subject: [PATCH] 修复绘制多边形撤销错误的bug

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

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