diff --git a/src/views/chart/index.vue b/src/views/chart/index.vue
index 9b78918..9fdf5f4 100644
--- a/src/views/chart/index.vue
+++ b/src/views/chart/index.vue
@@ -238,8 +238,8 @@ export default {
});
});
- // this.spotList = spotList;
- this.spotList = [];
+ this.spotList = spotList;
+ // this.spotList = [];
this.devCount = devCount;
this.deviceNum = deviceNum;
@@ -790,7 +790,8 @@ export default {
'设备名: ' +
params.data.deviceName +
'
设备sn: ' +
- params.data.deviceId
+ params.data.deviceId+
+ '
经度: ' + params.data.value[0] + ' 纬度:'+ params.data.value[1]
);
}
},