证件起始日期自动计算修改

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-12-29 14:31:38 +08:00
parent 4a9535c31b
commit 6dc990e20e

View File

@@ -21,7 +21,7 @@ export default {
return startDate = thisyear + '-02-28'
}
}else{
return startDate = String(Number(endDate.slice(0, 4)) - 5) + startDate.slice(4, 11)
return startDate = String(Number(endDate.slice(0, 4)) - 5) + endDate.slice(4, 11)
}
}
/**