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) : ''