From 28ca15b294cd7c4461df4eeeac9efd9e4050e5d0 Mon Sep 17 00:00:00 2001 From: pangxingyue <120277894@qq.com> Date: Thu, 11 Mar 2021 15:24:20 +0800 Subject: [PATCH] no message --- 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) : ''