卡单老数据证件截止日期、家庭地址保持不变

This commit is contained in:
刘慧影
2025-07-23 13:08:31 +08:00
parent f6ae890e89
commit 0c60363117
2 changed files with 0 additions and 16 deletions

View File

@@ -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([

View File

@@ -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 =''
}
})
},