|
|
@@ -260,7 +260,7 @@ export default {
|
|
|
this.storeId = this.$route.query.storeId + '';
|
|
|
this.visitId = this.$route.query.visitId;
|
|
|
this.rdId = this.$route.query.rdId + '';
|
|
|
- this.addressLine = this.$route.query.addressLine + '';
|
|
|
+ this.addressLine = this.$route.query.addressLine;
|
|
|
this.storeCategory = this.$route.query.storeCategory + '';
|
|
|
this.storeName = this.$route.query.storeName + '';
|
|
|
this.contactName = this.$route.query.contactName + '';
|
|
|
@@ -676,7 +676,7 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
);
|
|
|
},
|
|
|
getLocation() {
|