mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 04:06:45 +08:00
客户列表选择时,身份证件类型长期处理--提交人:白金岩
This commit is contained in:
@@ -1409,7 +1409,7 @@ export default {
|
||||
this.effectiveDateTypeAbleInsured = false
|
||||
this.isInsuredCertiexpiredate = true
|
||||
if (data.idEffectEndDate == '9999-01-01') {
|
||||
this.insuredInfo.certiexpiredate = '9999-01-01'
|
||||
this.insuredInfo.certiexpiredate = ''
|
||||
this.insuredInfo.effectiveDateType = true //是否长期
|
||||
} else {
|
||||
this.insuredInfo.certiexpiredate = data.idEffectEndDate //证件截止日期
|
||||
|
||||
Reference in New Issue
Block a user