wangzhe 2 éve
szülő
commit
854de23486
1 módosított fájl, 3 hozzáadás és 1 törlés
  1. 3 1
      src/views/datacenter.vue

+ 3 - 1
src/views/datacenter.vue

@@ -379,7 +379,9 @@ export default {
             // that.markersList.push(markersMap)
           }
         }
-        that.dataChat()
+        if(this.showSearch == true){
+          this.dataChat();
+        }
         that.$refs.supermap.clearM(false)
         that.$refs.supermap.setMarkers(that.markersList)
       })