mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 13:46:43 +08:00
Merge remote-tracking branch 'origin/feature/GFRS-2215【待完成】重新投保' into dev
# Conflicts: # src/views/ebiz/insureAgain/InsureInformation.vue
This commit is contained in:
@@ -554,7 +554,7 @@ export default {
|
||||
})
|
||||
this.setCustomerMarriage(res.orderDTO.appntDTO.marriage)
|
||||
//是否长期
|
||||
this.userInfo.effectiveDateType = res.orderDTO.appntDTO.effectiveDateType == 'false' ? false :true;
|
||||
this.userInfo.effectiveDateType = res.orderDTO.appntDTO.effectiveDateType == 'true' ? true : false
|
||||
//有无社保
|
||||
this.userInfo.medical = res.orderDTO.appntDTO.medical
|
||||
|
||||
@@ -576,7 +576,7 @@ export default {
|
||||
this.setInsuredCustomerMarriage(this.insuredPersonInfo.marriage)
|
||||
|
||||
//是否长期
|
||||
this.insuredPersonInfo.effectiveDateType = res.orderDTO.insuredDTOs[0].effectiveDateType == 'false' ? false :true;
|
||||
this.insuredPersonInfo.effectiveDateType = this.insuredPersonInfo.effectiveDateType == 'true' ? true : false
|
||||
if (this.insuredPersonInfo.homeProvince.length) {
|
||||
this.insuredHomeName = getAreaName([
|
||||
{ code: this.insuredPersonInfo.homeProvince },
|
||||
|
||||
Reference in New Issue
Block a user