|
@@ -648,7 +648,8 @@ export default {
|
|
|
getMonitorDeviceAndDataList() {
|
|
|
let list = [];
|
|
|
let markersList = [];
|
|
|
-
|
|
|
+ this.visuForestCloudCameraBOListSearch = [];
|
|
|
+ this.visuForestCloudCameraBOList=[]
|
|
|
getMonitorDeviceAndDataList(this.deptId).then((res) => {
|
|
|
this.visuForestCloudCameraBOListSearch = [];
|
|
|
list = res.data;
|
|
@@ -660,6 +661,7 @@ export default {
|
|
|
latitude: item.latitude,
|
|
|
};
|
|
|
this.visuForestCloudCameraBOListSearch.push(dat);
|
|
|
+ this.visuForestCloudCameraBOList.push(dat);
|
|
|
let markersMap = {
|
|
|
lng: 124.59,
|
|
|
lat: 43.02,
|