wang_xy 2 gadi atpakaļ
vecāks
revīzija
a65e1b1c37
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/views/monitor.vue

+ 2 - 2
src/views/monitor.vue

@@ -701,7 +701,7 @@ export default {
           }
           setTimeout(() => {
             that.$refs.supermap.clearM()
-            that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
+            that.$refs.supermap.setMarkers(this.cameraMarkersList)
           }, 3000)
         }
       })
@@ -780,7 +780,7 @@ export default {
           }
           setTimeout(() => {
             that.$refs.supermap.clearM()
-            that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
+            that.$refs.supermap.setMarkers(this.cameraMarkersList)
           }, 3000)
         }
       })