From bd853685c99a1a3530c7ee30c611adea41495f05 Mon Sep 17 00:00:00 2001 From: liyuetong Date: Tue, 19 Oct 2021 16:02:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=A6=E5=86=99=E5=9B=BD=E5=AF=8C=E4=BA=BA?= =?UTF-8?q?=E5=AF=BF=E5=AF=8C=E6=A1=82=E9=87=91=E7=94=9F=E5=85=BB=E8=80=81?= =?UTF-8?q?=E5=B9=B4=E9=87=91=E4=BF=9D=E9=99=A9=EF=BC=8C=E7=BC=B4=E8=B4=B9?= =?UTF-8?q?=E6=9C=9F=E9=97=B4=E5=92=8C=E4=BF=9D=E8=B4=B9=E7=9A=84=E8=A7=84?= =?UTF-8?q?=E5=88=99=E8=A1=A8=E8=BE=BE=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index e33c95742..1b00e80db 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -875,6 +875,7 @@ export default { //确认选择字段 onConfirm(value) { this.columns = [] + this.popupShow = false // let productCode = this.chooseProducts[this.productIndex].productCode let currentFactor = this.chooseProducts[this.productIndex].calFactorLst let currentEle = currentFactor[this.calFactorIndex]