|
@@ -1307,11 +1307,11 @@ export default {
|
|
|
this.$refs.supermapDialog.clearMByType(type)
|
|
|
}, 1000)
|
|
|
} else {
|
|
|
- this.resourcesListCheck.push(type)
|
|
|
//搜索物资
|
|
|
let param = { longitude: this.longitude, latitude: this.latitude, type: type, radius: this.radius }
|
|
|
listResourceByWz(param).then(res => {
|
|
|
if (res.data != null && res.data.length > 0) {
|
|
|
+ this.resourcesListCheck.push(type)
|
|
|
var markersList = []
|
|
|
for (let i = 0; i < res.data.length; i++) {
|
|
|
let markersMap = {
|