2 Commits c4c547c387 ... a16f9272d7

Author SHA1 Message Date
  zhujindu a16f9272d7 Merge branch 'feature_20260319_质感服务商拜访任务' into uat(dev) 12 hours ago
  zhujindu 375a0b9e81 feature_20260319_质感服务商拜访任务 12 hours ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/deviceWithin/storeVisit.vue

+ 1 - 1
src/views/deviceWithin/storeVisit.vue

@@ -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 + '';