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