|
@@ -1052,7 +1052,6 @@
|
|
that.markersMapList.push(marke)
|
|
that.markersMapList.push(marke)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- debugger
|
|
|
|
that.$refs.supermapNotProcessed.controlLevel(10)
|
|
that.$refs.supermapNotProcessed.controlLevel(10)
|
|
that.$refs.supermapNotProcessed.dropLocation(information.lng ,information.lat)
|
|
that.$refs.supermapNotProcessed.dropLocation(information.lng ,information.lat)
|
|
that.$refs.supermapNotProcessed.clearM(false)
|
|
that.$refs.supermapNotProcessed.clearM(false)
|
|
@@ -1127,8 +1126,6 @@
|
|
information.isAggregation = false;
|
|
information.isAggregation = false;
|
|
information.icon = "marker";
|
|
information.icon = "marker";
|
|
that.markersMapList.push(information)
|
|
that.markersMapList.push(information)
|
|
- that.$refs.supermapNotProcessed.controlLevel(12)
|
|
|
|
- that.$refs.supermapNotProcessed.dropLocation(that.information[4].content,that.information[3].content)
|
|
|
|
// 查询火点附近摄像头
|
|
// 查询火点附近摄像头
|
|
selectFjsxt(that.information[3].content,that.information[4].content).then(response => {
|
|
selectFjsxt(that.information[3].content,that.information[4].content).then(response => {
|
|
console.log("vv",response.data)
|
|
console.log("vv",response.data)
|
|
@@ -1149,6 +1146,8 @@
|
|
that.markersMapList.push(marke)
|
|
that.markersMapList.push(marke)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ that.$refs.supermapProcessed.controlLevel(12)
|
|
|
|
+ that.$refs.supermapProcessed.dropLocation(that.information[4].content,that.information[3].content)
|
|
that.$refs.supermapProcessed.clearM(false)
|
|
that.$refs.supermapProcessed.clearM(false)
|
|
that.$refs.supermapProcessed.setMarkers(that.markersMapList)
|
|
that.$refs.supermapProcessed.setMarkers(that.markersMapList)
|
|
})
|
|
})
|