From 4787f6e64f632516fd9ee4d5d2ef485a6c07cc7a Mon Sep 17 00:00:00 2001 From: "li.yuetong" Date: Fri, 24 Jun 2022 15:55:43 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9B=BD=E5=AF=8C=E6=83=A0=E6=A1=82?= =?UTF-8?q?=E4=BF=9D=E5=9B=A2=E4=BD=93=E5=8C=BB=E7=96=97=E4=BF=9D=E9=99=A9?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E4=B8=8A=E7=BA=BF=E9=87=91=E6=8E=8C=E6=A1=82?= =?UTF-8?q?=E6=8A=95=E4=BF=9D=E5=BC=80=E5=8F=91=E9=9C=80=E6=B1=82=E3=80=91?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E5=AD=97=E6=AE=B5=E9=BB=98=E8=AE=A4=E4=B8=BA?= =?UTF-8?q?=E9=AB=98=E9=A3=8E=E9=99=A9=E5=B7=A5=E4=BD=9C=E4=BA=BA=E5=91=98?= =?UTF-8?q?=EF=BC=8CoccupationName=E5=92=8CoccupationCode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/cardList/GroupAppntInfo.vue | 4 ++-- src/views/ebiz/cardList/GroupInsuredInfo.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/ebiz/cardList/GroupAppntInfo.vue b/src/views/ebiz/cardList/GroupAppntInfo.vue index 75e06aaa4..a48aea737 100644 --- a/src/views/ebiz/cardList/GroupAppntInfo.vue +++ b/src/views/ebiz/cardList/GroupAppntInfo.vue @@ -721,8 +721,8 @@ export default { this.$validator.validate().then(valid => { if (true === valid) { // 国富惠桂保团体医疗保险产品,职业不展示,相关字段默认为高风险工作人员 - this.userInfo.occupationName = '8000206' - this.userInfo.occupationCode = '高风险工作人员' + this.userInfo.occupationName = '高风险工作人员' + this.userInfo.occupationCode = '8000206' this.userInfo.occupationType = '6' this.userInfo.healthGrade = '6' this.userInfo.lifeGrade = '6' diff --git a/src/views/ebiz/cardList/GroupInsuredInfo.vue b/src/views/ebiz/cardList/GroupInsuredInfo.vue index f05801100..37123b393 100644 --- a/src/views/ebiz/cardList/GroupInsuredInfo.vue +++ b/src/views/ebiz/cardList/GroupInsuredInfo.vue @@ -1197,8 +1197,8 @@ export default { this.$validator.validate().then(valid => { if (true === valid) { // 国富惠桂保团体医疗保险产品,职业不展示,相关字段默认为高风险工作人员 - this.insuredInfo.occupationName = '8000206' - this.insuredInfo.occupationCode = '高风险工作人员' + this.insuredInfo.occupationName = '高风险工作人员' + this.insuredInfo.occupationCode = '8000206' this.insuredInfo.occupationType = '6' this.insuredInfo.healthGrade = '6' this.insuredInfo.lifeGrade = '6'