Browse Source

数据中心

wangzhe 2 năm trước cách đây
mục cha
commit
854de23486
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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)
       })