From 89ce3bb6e1d16f3aaec4b96cb2ff1bccc15b2711 Mon Sep 17 00:00:00 2001 From: tangwenkang <2720983602@qq.com> Date: Mon, 4 Dec 2023 18:59:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8E=86=E5=8F=B2=E8=BD=A8?= =?UTF-8?q?=E8=BF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/vehicle/record.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/vehicle/record.vue b/src/views/vehicle/record.vue index 87601ab..15cbf28 100644 --- a/src/views/vehicle/record.vue +++ b/src/views/vehicle/record.vue @@ -59,6 +59,7 @@ export default { historyMap(this.recordCar).then(res=>{ this.recordCarList = res.data; // 将获取到的对象集合存储到data中 console.log(this.recordCarList) + this.currentObject = {} this.startDisplay(); // 开始展示 let coordinates = res.data.map(obj => [ parseFloat(obj.longitude.replace(/"/g, "")),