minor
This commit is contained in:
@@ -133,10 +133,8 @@ export default {
|
|||||||
},
|
},
|
||||||
selectPlace (p) {
|
selectPlace (p) {
|
||||||
if (!p) { return }
|
if (!p) { return }
|
||||||
console.error('dentro select place ', p)
|
|
||||||
if (typeof p === 'object' && !p.create) {
|
if (typeof p === 'object' && !p.create) {
|
||||||
if (p.id === this.value.id) return
|
if (p.id === this.value.id) return
|
||||||
console.error('quindi sono qui dentro !')
|
|
||||||
this.place.name = p.name
|
this.place.name = p.name
|
||||||
this.place.address = p.address
|
this.place.address = p.address
|
||||||
if (this.settings.allow_geolocation) {
|
if (this.settings.allow_geolocation) {
|
||||||
|
|||||||
Reference in New Issue
Block a user