From 149445eb257aade887446cac2def637e5fc22bce Mon Sep 17 00:00:00 2001
From: liyuetong
Date: Mon, 18 Oct 2021 17:25:12 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E8=B4=B9=E7=AE=97=E4=BF=9D=E9=A2=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/common/CalculatePremium.vue | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue
index d10e6652e..19c4cbe87 100644
--- a/src/views/ebiz/common/CalculatePremium.vue
+++ b/src/views/ebiz/common/CalculatePremium.vue
@@ -2243,15 +2243,11 @@ export default {
} else {
rollInResult = true
}
- console.log(this.trialList,'this.trialList')
- console.log(this.trialList[index],'this.trialList[index]')
- console.log(this.trialList[index].amt,'this.trialList[index].amt')
//责任险保存参数构建
if (this.trialList[index].duty) {
riskItem['dutyLst'] = this.trialList[index].duty
//930折中方案,责任险分档
riskItem['amt'] = this.trialList[index].amt
-
} else {
//国富人寿桂企保重大疾病保险产品专写
if (
@@ -2265,9 +2261,9 @@ export default {
}
}
//保费算保额
- // if (this.trialList[index].trialType == '1' || this.trialList[index].trialType == '2') {
- // riskItem['amt'] = this.trialList[index].amt
- // }
+ if (this.trialList[index].trialType == '1' || this.trialList[index].trialType == '2') {
+ riskItem['amt'] = this.trialList[index].amt
+ }
//万能型产品保费赋值给保额
//增加判断是否是从建议书跳转过来了的