From 4ba7a51a2606930e21faa5ed52b0e13c879f0aa3 Mon Sep 17 00:00:00 2001 From: "li.yuetong" Date: Tue, 24 May 2022 17:31:53 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=902022=E7=89=88=E5=AD=A6=E5=B9=B3?= =?UTF-8?q?=E9=99=A9=E4=B8=89=E6=AC=BE=E4=BA=A7=E5=93=81=E3=80=91=E5=9C=A8?= =?UTF-8?q?=E5=AD=A6=E5=B9=B3=E9=99=A9-=E4=B9=89=E5=8A=A1=E6=95=99?= =?UTF-8?q?=E8=82=B2=E7=9A=84=E4=B8=8E=E8=A2=AB=E4=BF=9D=E4=BA=BA=E5=85=B3?= =?UTF-8?q?=E7=B3=BB=E9=87=8C=E9=9D=A2=E5=8A=A0=E4=B8=8A=E6=9C=AC=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/cardList/information.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/cardList/information.vue b/src/views/ebiz/cardList/information.vue index 402a4424e..ca0d75dae 100644 --- a/src/views/ebiz/cardList/information.vue +++ b/src/views/ebiz/cardList/information.vue @@ -1095,9 +1095,9 @@ export default { } else if (pickerType == '9') { //与被保人关系限定为:父母 (不可选,枚举值只有一个) if (this.itemProductDTOS.productCode === 'GFRS_M0048' || this.itemProductDTOS.productCode === 'GFRS_M0049' || - this.itemProductDTOS.productCode === 'GFRS_M0052'|| this.itemProductDTOS.productCode === 'GFRS_M0062' || this.itemProductDTOS.productCode === 'GFRS_M0063') { + this.itemProductDTOS.productCode === 'GFRS_M0052'|| this.itemProductDTOS.productCode === 'GFRS_M0062') { this.columns = DataDictionary.relationToAppnt.slice(2, 3) - } else if (this.itemProductDTOS.productCode === 'GFRS_M0050' || this.itemProductDTOS.productCode === 'GFRS_M0064') { + } else if (this.itemProductDTOS.productCode === 'GFRS_M0050' || this.itemProductDTOS.productCode === 'GFRS_M0064' || this.itemProductDTOS.productCode === 'GFRS_M0063') { this.columns = DataDictionary.relationToAppnt.slice(0, 1).concat(DataDictionary.relationToAppnt.slice(2, 3)) } else { this.columns = DataDictionary.relationToAppnt