证件截止日期最大值取当前时间加20年

This commit is contained in:
mengxiaolong
2021-01-19 13:49:16 +08:00
parent 209e0b5f0f
commit 520244bb47

View File

@@ -26,7 +26,7 @@ export default {
maxDate: {
type: Date,
default: () => {
return new Date('2040-12-31')
return beforeDate.getBeforeYear(-20)
}
},
minDate: {