|
@@ -414,11 +414,13 @@
|
|
}
|
|
}
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
that.$refs.supermap.clearM();
|
|
that.$refs.supermap.clearM();
|
|
|
|
+ that.$refs.supermap.clearMRadius()
|
|
that.$refs.supermap.setMarkers(markersList);
|
|
that.$refs.supermap.setMarkers(markersList);
|
|
}, 2000);
|
|
}, 2000);
|
|
} else {
|
|
} else {
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
that.$refs.supermap.clearM();
|
|
that.$refs.supermap.clearM();
|
|
|
|
+ that.$refs.supermap.clearMRadius()
|
|
}, 2000);
|
|
}, 2000);
|
|
}
|
|
}
|
|
})
|
|
})
|
|
@@ -487,11 +489,13 @@
|
|
}
|
|
}
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
that.$refs.supermap.clearM();
|
|
that.$refs.supermap.clearM();
|
|
|
|
+ that.$refs.supermap.clearMRadius()
|
|
that.$refs.supermap.setMarkers(markersList);
|
|
that.$refs.supermap.setMarkers(markersList);
|
|
}, 2000);
|
|
}, 2000);
|
|
} else {
|
|
} else {
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
that.$refs.supermap.clearM();
|
|
that.$refs.supermap.clearM();
|
|
|
|
+ that.$refs.supermap.clearMRadius()
|
|
}, 2000);
|
|
}, 2000);
|
|
}
|
|
}
|
|
})
|
|
})
|
|
@@ -703,11 +707,13 @@
|
|
// longitude: "125.3333"
|
|
// longitude: "125.3333"
|
|
}
|
|
}
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
|
+ that.$refs.supermap.clearM();
|
|
that.$refs.supermap.clearMRadius()
|
|
that.$refs.supermap.clearMRadius()
|
|
that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
|
|
that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
|
|
}, 3000)
|
|
}, 3000)
|
|
} else {
|
|
} else {
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
|
+ that.$refs.supermap.clearM();
|
|
that.$refs.supermap.clearMRadius()
|
|
that.$refs.supermap.clearMRadius()
|
|
}, 1000)
|
|
}, 1000)
|
|
}
|
|
}
|
|
@@ -789,10 +795,12 @@
|
|
}
|
|
}
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
that.$refs.supermap.clearMRadius()
|
|
that.$refs.supermap.clearMRadius()
|
|
|
|
+ that.$refs.supermap.clearM();
|
|
that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
|
|
that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
|
|
}, 3000)
|
|
}, 3000)
|
|
} else {
|
|
} else {
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
|
+ that.$refs.supermap.clearM();
|
|
that.$refs.supermap.clearMRadius()
|
|
that.$refs.supermap.clearMRadius()
|
|
}, 1000)
|
|
}, 1000)
|
|
}
|
|
}
|