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 },