From 0c60363117788f54ca4dee752fc181a29b4ce03a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=85=A7=E5=BD=B1?= Date: Wed, 23 Jul 2025 13:08:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E5=8D=95=E8=80=81=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E8=AF=81=E4=BB=B6=E6=88=AA=E6=AD=A2=E6=97=A5=E6=9C=9F=E3=80=81?= =?UTF-8?q?=E5=AE=B6=E5=BA=AD=E5=9C=B0=E5=9D=80=E4=BF=9D=E6=8C=81=E4=B8=8D?= =?UTF-8?q?=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/cardList/GroupAppntInfo.vue | 8 -------- src/views/ebiz/cardList/GroupInsuredInfo.vue | 8 -------- 2 files changed, 16 deletions(-) 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 ='' } }) },