|
|
@@ -369,15 +369,18 @@ export default {
|
|
|
routeDetailsId: that.rdId,
|
|
|
visitSource: '1',
|
|
|
locationCity: '',
|
|
|
- locationRemark: addresses.recommend,
|
|
|
+ locationRemark: '',
|
|
|
locationAccuracy: that.urlParameter.PointSum,
|
|
|
province: address_component.province,
|
|
|
city: address_component.city,
|
|
|
district: address_component.district,
|
|
|
};
|
|
|
+ if (addresses) {
|
|
|
+ params.locationRemark = addresses.recommend;
|
|
|
+ that.address = addresses.recommend;
|
|
|
+ }
|
|
|
that.locationAccuracy = that.urlParameter.PointSum;
|
|
|
that.city = '';
|
|
|
- that.address = addresses.recommend;
|
|
|
localStorage.setItem('address', '');
|
|
|
if (that.visitId != null) {
|
|
|
params.id = that.visitId;
|