29904
This commit is contained in:
@@ -108,8 +108,6 @@
|
|||||||
const attendee = v.filter(v => v.type === '28')[0]
|
const attendee = v.filter(v => v.type === '28')[0]
|
||||||
const recorder = v.filter(v => v.type === '27')[0]
|
const recorder = v.filter(v => v.type === '27')[0]
|
||||||
|
|
||||||
console.log(date)
|
|
||||||
|
|
||||||
this.isShowTitle = title.status === '1'
|
this.isShowTitle = title.status === '1'
|
||||||
this.isShowRemark = remark.status === '1'
|
this.isShowRemark = remark.status === '1'
|
||||||
this.isShowRecorder = recorder.status === '1'
|
this.isShowRecorder = recorder.status === '1'
|
||||||
@@ -137,6 +135,9 @@
|
|||||||
if (v.fieldType === '7') {
|
if (v.fieldType === '7') {
|
||||||
v.defaultValue = this.$dayjs().format('YYYY-MM-DD')
|
v.defaultValue = this.$dayjs().format('YYYY-MM-DD')
|
||||||
}
|
}
|
||||||
|
if (v.fieldType === '29') {
|
||||||
|
v.defaultValue = uni.getStorageSync('address').address || ''
|
||||||
|
}
|
||||||
|
|
||||||
return v
|
return v
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user