mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 19:16:43 +08:00
卡单老数据证件截止日期、家庭地址保持不变
This commit is contained in:
@@ -404,14 +404,6 @@ export default {
|
||||
cardOrderDetail(cardInfoDTO).then(res => {
|
||||
if (res.result == '0') {
|
||||
Object.assign(that.userInfo,res.orderDTO.appntDTO)
|
||||
that.userInfo.certiexpiredate =''
|
||||
that.userInfo.effectiveDateType =''
|
||||
that.userInfo.homeProvince =''
|
||||
that.userInfo.homeCity =''
|
||||
that.userInfo.homeArea =''
|
||||
that.userInfo.homeName =''
|
||||
that.userInfo.homeCity =''
|
||||
that.userInfo.homeAddress =''
|
||||
// that.userInfo.effectiveDateType = that.userInfo.effectiveDateType == 'true'?true:false
|
||||
// that.userInfo.certiexpiredate = that.userInfo.effectiveDateType == 'true'?'':that.userInfo.certiexpiredate
|
||||
// that.userInfo.homeName = getAreaName([
|
||||
|
||||
@@ -596,14 +596,6 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
this.insuredInfo.certiexpiredate =''
|
||||
this.insuredInfo.effectiveDateType =''
|
||||
this.insuredInfo.homeProvince =''
|
||||
this.insuredInfo.homeCity =''
|
||||
this.insuredInfo.homeArea =''
|
||||
this.insuredInfo.homeName =''
|
||||
this.insuredInfo.homeCity =''
|
||||
this.insuredInfo.homeAddress =''
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user