diff --git a/src/views/map/components/renyuanCmt.vue b/src/views/map/components/renyuanCmt.vue
index 87d28f2..138a6cf 100644
--- a/src/views/map/components/renyuanCmt.vue
+++ b/src/views/map/components/renyuanCmt.vue
@@ -165,6 +165,11 @@ export default {
}
},
mounted() {
+ // this.obtainPersonnelData()
+ // this.personPositioningStatistics()
+ // this.startPersonnelDataTimer() // 定时获取
+ // this.obtainCarData()
+ // this.carPositioningStatistics()
},
destroyed() {
clearInterval(this.timer) // 关闭定时器
diff --git a/src/views/map/dialog/index.vue b/src/views/map/dialog/index.vue
index aca7806..0b0be60 100644
--- a/src/views/map/dialog/index.vue
+++ b/src/views/map/dialog/index.vue
@@ -15,6 +15,7 @@