From afb7d1af405ac4a11e9aa04ebd7a3f17b6f0d688 Mon Sep 17 00:00:00 2001
From: liyuetong
Date: Mon, 25 Oct 2021 15:09:14 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BC=93=E5=AD=98=E9=97=AE=E9=A2=98--(?=
=?UTF-8?q?=E8=A2=AB=E4=BF=9D=E9=99=A9=E4=BA=BA)=E5=9B=BD=E5=AF=8C?=
=?UTF-8?q?=E4=BA=BA=E5=AF=BF=E9=99=84=E5=8A=A0=E8=B1=81=E5=85=8D=E4=BF=9D?=
=?UTF-8?q?=E9=99=A9=E8=B4=B9=E9=87=8D=E5=A4=A7=E7=96=BE=E7=97=85=E4=BF=9D?=
=?UTF-8?q?=E9=99=A9(B=E6=AC=BE=EF=BC=89=EF=BC=8C=E7=82=B9=E5=87=BB?=
=?UTF-8?q?=E4=B8=8B=E4=B8=80=E6=AD=A5=EF=BC=8C=E5=8F=AF=E9=80=89=E8=B4=A3?=
=?UTF-8?q?=E4=BB=BB=E4=B8=A2=E5=A4=B1=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/common/CalculatePremium.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue
index 6134a9e85..26d2d45fc 100644
--- a/src/views/ebiz/common/CalculatePremium.vue
+++ b/src/views/ebiz/common/CalculatePremium.vue
@@ -1715,8 +1715,8 @@ export default {
message: '正在试算...',
forbidClick: true
})
- this.setRemitRisk()
- let params = this.getParams()
+ await this.setRemitRisk()
+ let params = await this.getParams()
// 开门红产品试算增加标识,活动产品试算增加标识
if (this.activeType && this.isFrom != 'proposal') {
for (let product of params.trialInfos) {