|
@@ -503,7 +503,7 @@ export default {
|
|
|
},
|
|
|
dropLocation(lat, lng, index) {
|
|
|
this.listCurrentIndex2 = index
|
|
|
- this.$refs.supermap.dropLocation(lat, lng)
|
|
|
+ this.$refs.supermap.dropLocation(lat, lng, 15)
|
|
|
},
|
|
|
selectCameraByDeptId(depId) {
|
|
|
this.listCurrentIndex1 = depId
|