mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 19:02:53 +08:00
投被受模块涉及,统一规范证件有效期长期由9999-01-01调整为9999-12-31
This commit is contained in:
@@ -294,7 +294,7 @@ export default {
|
||||
if (this.userInfo.homeProvince) {
|
||||
this.homeNameInfo()
|
||||
}
|
||||
if (this.userInfo.certiexpiredate == '9999-01-01') {
|
||||
if (this.userInfo.certiexpiredate == '9999-12-31') {
|
||||
this.userInfo.effectiveDateType = true
|
||||
}
|
||||
},
|
||||
@@ -645,7 +645,7 @@ export default {
|
||||
if (val) {
|
||||
this.userInfo.certiexpiredate = ''
|
||||
this.certiexpiredateRequired = false
|
||||
sessionStorage.setItem('isEnd', '9999-01-01')
|
||||
sessionStorage.setItem('isEnd', '9999-12-31')
|
||||
} else {
|
||||
this.certiexpiredateRequired = true
|
||||
sessionStorage.setItem('isEnd', '')
|
||||
|
||||
Reference in New Issue
Block a user