From cfe309c96513cfcf9859d7f8dd1b6229d1130991 Mon Sep 17 00:00:00 2001 From: tx <2622874537@qq.com> Date: Sat, 17 Aug 2024 13:43:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E5=9C=B0=E5=9B=BEbug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/map/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/system/map/index.vue b/src/views/system/map/index.vue index bc628e2..75ba3a7 100644 --- a/src/views/system/map/index.vue +++ b/src/views/system/map/index.vue @@ -581,7 +581,10 @@ export default { this.data = []; listDevice({ pageNum: 1, pageSize: 999, areaId: areaId }).then(response => { // getDeviceLists(areaId).then(response => { - this.deviceList = response.rows; + this.deviceList = response.rows + + + ; this.deviceList.forEach(device => { if (device.longitude !== null && device.latitude !== null && !isNaN(device.longitude) && !isNaN(device.latitude)) {