diff --git a/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue b/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue index b4f85d5e..c381df63 100644 --- a/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue +++ b/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue @@ -108,8 +108,6 @@ const attendee = v.filter(v => v.type === '28')[0] const recorder = v.filter(v => v.type === '27')[0] - console.log(date) - this.isShowTitle = title.status === '1' this.isShowRemark = remark.status === '1' this.isShowRecorder = recorder.status === '1' @@ -137,6 +135,9 @@ if (v.fieldType === '7') { v.defaultValue = this.$dayjs().format('YYYY-MM-DD') } + if (v.fieldType === '29') { + v.defaultValue = uni.getStorageSync('address').address || '' + } return v })