diff --git a/src/views/ebiz/cardList/GroupAppntInfo.vue b/src/views/ebiz/cardList/GroupAppntInfo.vue index c77564be4..506cb992a 100644 --- a/src/views/ebiz/cardList/GroupAppntInfo.vue +++ b/src/views/ebiz/cardList/GroupAppntInfo.vue @@ -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([ diff --git a/src/views/ebiz/cardList/GroupInsuredInfo.vue b/src/views/ebiz/cardList/GroupInsuredInfo.vue index b515d672c..b7aba0c01 100644 --- a/src/views/ebiz/cardList/GroupInsuredInfo.vue +++ b/src/views/ebiz/cardList/GroupInsuredInfo.vue @@ -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 ='' } }) },