mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 04:46:43 +08:00
Merge branch 'hotfix/【20210119】证件截止日期最大值处理' into dev
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