|
@@ -219,7 +219,7 @@ export default {
|
|
|
// floor: "",
|
|
// floor: "",
|
|
|
longitude: "",
|
|
longitude: "",
|
|
|
latitude: "",
|
|
latitude: "",
|
|
|
-
|
|
|
|
|
|
|
+ showAddress:""
|
|
|
},
|
|
},
|
|
|
showRegion: false,
|
|
showRegion: false,
|
|
|
// 省市联动
|
|
// 省市联动
|
|
@@ -286,7 +286,8 @@ export default {
|
|
|
},
|
|
},
|
|
|
changeAreaFn (e) {
|
|
changeAreaFn (e) {
|
|
|
console.log("changeAreaFn", e);
|
|
console.log("changeAreaFn", e);
|
|
|
- this.form.address = e.address;
|
|
|
|
|
|
|
+ this.form.address = e.title;
|
|
|
|
|
+ this.form.showAddress = e.address;
|
|
|
this.form.latitude = e.location.lat;
|
|
this.form.latitude = e.location.lat;
|
|
|
this.form.longitude = e.location.lng;
|
|
this.form.longitude = e.location.lng;
|
|
|
this.form.dist = e.district
|
|
this.form.dist = e.district
|