|
@@ -769,7 +769,7 @@ export default {
|
|
|
// this.$api.other.admmapcoordindatalist({
|
|
|
this.$api.other.admmapcoordinaround({
|
|
|
map_id: query.id,
|
|
|
- distance: 5000,
|
|
|
+ distance: 3000,
|
|
|
longitude: this.mapDiyObj.center[0],
|
|
|
latitude: this.mapDiyObj.center[1],
|
|
|
}).then(res => {
|