Bläddra i källkod

Merge branch 'feature_20260319_质感服务商拜访任务' into uat(dev)

zhujindu 3 timmar sedan
förälder
incheckning
a16f9272d7
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 + '';