|
|
|
@ -652,7 +652,7 @@ export default { |
|
|
|
|
marker.setMap(this.map); |
|
|
|
|
this.markers.push(marker) |
|
|
|
|
AMap.event.addListener(marker, 'click', function (e) { |
|
|
|
|
that.getDialog(item.resourceName, 'detail',item.id); |
|
|
|
|
that.getDialog(item.resourceName, 'detail',item.id,item); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|