From 0276e618349f4b2a9cc25eee91f32943bf8ed9f9 Mon Sep 17 00:00:00 2001 From: pangxingyue <120277894@qq.com> Date: Thu, 11 Mar 2021 15:14:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B4=A2=E5=BC=95=E5=80=BC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/insureAgain/insureInformation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/insureAgain/insureInformation.vue b/src/views/ebiz/insureAgain/insureInformation.vue index ac96440f1..163f444b4 100644 --- a/src/views/ebiz/insureAgain/insureInformation.vue +++ b/src/views/ebiz/insureAgain/insureInformation.vue @@ -348,7 +348,7 @@ export default { */ toSelect(pickerType, valueKey, userType, bnfIndex) { - bnfIndex ? (this.bnfIndex = 1) : (this.bnfIndex = 0) + bnfIndex ? (this.bnfIndex = bnfIndex) : (this.bnfIndex = 0) ;[this.popupShow, this.pickerType] = [true, pickerType] if (valueKey) this.valueKey = valueKey userType ? (this.userType = userType) : ''