wang_xy hace 2 años
padre
commit
a65e1b1c37
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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)
         }
       })