|
@@ -155,7 +155,7 @@ export default {
|
|
|
created() {
|
|
created() {
|
|
|
this.urlParameter = this.$route.query;
|
|
this.urlParameter = this.$route.query;
|
|
|
this.chainId = this.$route.query.chainId + '';
|
|
this.chainId = this.$route.query.chainId + '';
|
|
|
- this.visitId = this.$route.query.visitId;
|
|
|
|
|
|
|
+ this.visitId = this.$route.query.visitId || localStorage.getItem('visitId');
|
|
|
this.chainCode = this.$route.query.chainCode;
|
|
this.chainCode = this.$route.query.chainCode;
|
|
|
this.rdId = this.$route.query.rdId || '';
|
|
this.rdId = this.$route.query.rdId || '';
|
|
|
this.addressLine = this.$route.query.addressLine;
|
|
this.addressLine = this.$route.query.addressLine;
|