minor
This commit is contained in:
parent
7d1c3edbfc
commit
f1799357db
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue