Просмотр исходного кода

feature_20260319_质感服务商拜访任务

zhujindu 6 часов назад
Родитель
Сommit
375a0b9e81
1 измененных файлов с 2 добавлено и 2 удалено
  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() {