This commit is contained in:
yanran200730
2022-05-27 15:29:29 +08:00
parent 4ad477da2b
commit caad0caa04

View File

@@ -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
})