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)) {