|
@@ -552,6 +552,7 @@ export default {
|
|
.then(function (res) {
|
|
.then(function (res) {
|
|
that.loudspeakerNum = res.data.length;
|
|
that.loudspeakerNum = res.data.length;
|
|
that.visuForestCloudCameraBOListSearch = [];
|
|
that.visuForestCloudCameraBOListSearch = [];
|
|
|
|
+ that.visuForestCloudCameraBOList=[];
|
|
if (res.data != null && res.data.length > 0) {
|
|
if (res.data != null && res.data.length > 0) {
|
|
for (let j = 0; j < res.data.length; j++) {
|
|
for (let j = 0; j < res.data.length; j++) {
|
|
let dat = {
|
|
let dat = {
|
|
@@ -560,6 +561,7 @@ export default {
|
|
latitude: res.data[j].latitude,
|
|
latitude: res.data[j].latitude,
|
|
};
|
|
};
|
|
that.visuForestCloudCameraBOListSearch.push(dat);
|
|
that.visuForestCloudCameraBOListSearch.push(dat);
|
|
|
|
+ that.visuForestCloudCameraBOList.push(dat);
|
|
}
|
|
}
|
|
for (let i = 0; i < res.data.length; i++) {
|
|
for (let i = 0; i < res.data.length; i++) {
|
|
let markersMap = {
|
|
let markersMap = {
|
|
@@ -1164,7 +1166,6 @@ export default {
|
|
that.cameraMarkersList = [];
|
|
that.cameraMarkersList = [];
|
|
that.visuForestCloudMapDeviceBOList =
|
|
that.visuForestCloudMapDeviceBOList =
|
|
res.data.visuForestCloudMapDeviceBOList;
|
|
res.data.visuForestCloudMapDeviceBOList;
|
|
-
|
|
|
|
that.region = res.data.visuForestCloudTodaySjfbBOList;
|
|
that.region = res.data.visuForestCloudTodaySjfbBOList;
|
|
|
|
|
|
if (
|
|
if (
|