From 0ad902274547dc5f6f4baab333fa48a1afb78142 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 27 May 2022 15:39:48 +0800 Subject: [PATCH] bug --- src/saas/AppCountryAlbum/components/report/InspectLog.vue | 2 +- src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/saas/AppCountryAlbum/components/report/InspectLog.vue b/src/saas/AppCountryAlbum/components/report/InspectLog.vue index 9137d08c..e62f717f 100644 --- a/src/saas/AppCountryAlbum/components/report/InspectLog.vue +++ b/src/saas/AppCountryAlbum/components/report/InspectLog.vue @@ -95,7 +95,7 @@ this.isShowDate = date.status === '1' this.isShowAddress = address.status === '1' this.title = title.defaultValue || '巡查日志' - this.address = uni.getStorageSync('address').address || '' + this.address = uni.getStorageSync('address').address || address.defaultValue this.weather = uni.getStorageSync('address').weather || '' this.reporter = reporter.defaultValue || '' this.date = date.defaultValue || this.$dayjs(new Date).format('YYYY-MM-DD') diff --git a/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue b/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue index c381df63..1525b096 100644 --- a/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue +++ b/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue @@ -117,7 +117,7 @@ this.isShowAddress = address.status === '1' this.title = title.defaultValue || '' - this.address = address.defaultValue || '' + this.address = uni.getStorageSync('address').address || address.defaultValue this.hoster = hoster.defaultValue || '' this.date = date.defaultValue || this.$dayjs(new Date).format('YYYY-MM-DD') this.remark = remark.defaultValue || ''