Quellcode durchsuchen

feature_20260319_质感服务商拜访任务

zhujindu vor 3 Stunden
Ursprung
Commit
375a0b9e81
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/views/deviceWithin/storeVisit.vue

+ 2 - 2
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 + '';
@@ -676,7 +676,7 @@ export default {
               }
             });
           }
-        }
+        },
       );
     },
     getLocation() {