From fc3b654b080c8b9140bfeb1febd0754cec2970dc Mon Sep 17 00:00:00 2001 From: liuhuiying <18810831805@163.com> Date: Wed, 30 Jul 2025 22:01:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E5=8D=95=E6=8A=95=E4=BF=9D=E5=BD=95?= =?UTF-8?q?=E5=85=A5=E9=9A=90=E8=97=8F=E5=90=8C=E6=8A=95=E4=BF=9D=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/cardList/GroupInsuredInfo.vue | 6 +++--- src/views/ebiz/cardList/information.vue | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/ebiz/cardList/GroupInsuredInfo.vue b/src/views/ebiz/cardList/GroupInsuredInfo.vue index b7aba0c01..ba1254f2c 100644 --- a/src/views/ebiz/cardList/GroupInsuredInfo.vue +++ b/src/views/ebiz/cardList/GroupInsuredInfo.vue @@ -183,9 +183,9 @@ --> -
+ @@ -479,7 +479,7 @@ export default { // showFirstOr: false, withRootUser: { load: false, //防止重复请求 - value: false + value: null }, occupationalType: DataDictionary.queryOccupationalByType[0].id, isInsuredCertiexpiredate:true, //被保人有效止期是否显示 diff --git a/src/views/ebiz/cardList/information.vue b/src/views/ebiz/cardList/information.vue index 86ec65ddc..34eacda7c 100644 --- a/src/views/ebiz/cardList/information.vue +++ b/src/views/ebiz/cardList/information.vue @@ -359,9 +359,9 @@ --> -
+ @@ -852,7 +852,7 @@ export default { chooseKind: '', withRootUser: { load: false, //防止重复请求 - value: false + value: null }, occupationalType: DataDictionary.queryOccupationalByType[0].id, isInsuredCertiexpiredate:true, //被保人有效止期是否显示 @@ -2743,7 +2743,7 @@ export default { npType: '', //新市民类型 } // 设置选中‘同投保人’的勾选项 - this.withRootUser.value = true + // this.withRootUser.value = true // this.insuredInfo.homeName = getAreaName([ // { code: this.userInfo.homeProvince }, // { code: this.userInfo.homeCity },