mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 10:26:44 +08:00
证件截止日期最大值取当前时间加20年
This commit is contained in:
@@ -26,7 +26,7 @@ export default {
|
||||
maxDate: {
|
||||
type: Date,
|
||||
default: () => {
|
||||
return new Date('2040-12-31')
|
||||
return beforeDate.getBeforeYear(-20)
|
||||
}
|
||||
},
|
||||
minDate: {
|
||||
|
||||
Reference in New Issue
Block a user