|
@@ -366,7 +366,7 @@
|
|
|
//传感器2
|
|
|
getMonitorDeviceAndDataLists() {
|
|
|
let that = this;
|
|
|
- getMonitorDeviceAndDataList(this.deptId).then((res) => {
|
|
|
+ getMonitorDeviceAndDataList(that.deptId).then((res) => {
|
|
|
that.sensorNum = res.data.length;
|
|
|
});
|
|
|
},
|
|
@@ -485,7 +485,7 @@
|
|
|
let markersList = [];
|
|
|
getDlblistBydeptId(that.deptId)
|
|
|
.then(function(res) {
|
|
|
- that.loudspeakerNum = res.data.length;
|
|
|
+ // that.loudspeakerNum = res.data.length;
|
|
|
that.visuForestCloudCameraBOListSearch = [];
|
|
|
that.visuForestCloudCameraBOList=[];
|
|
|
if (res.data != null && res.data.length > 0) {
|