|
@@ -1312,7 +1312,6 @@ export default {
|
|
|
this.$refs.supermapDialog.clearMByType(type)
|
|
|
}, 1000)
|
|
|
} else {
|
|
|
- this.resourcesListCheck.push(type)
|
|
|
//搜索物资
|
|
|
let param = {
|
|
|
longitude: this.longitude,
|
|
@@ -1322,6 +1321,7 @@ export default {
|
|
|
}
|
|
|
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 = {
|