From b03111524a1fb3b125d86112e61ef1009c67f16f Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Fri, 25 Sep 2020 15:45:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8E=E5=BB=BA=E8=AE=AE=E4=B9=A6=E8=BF=87?= =?UTF-8?q?=E6=9D=A5=E6=B7=BB=E5=8A=A0=E7=BB=AD=E6=9C=9F=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 72053d1d5..6a2f7a442 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -63,7 +63,7 @@ @click="toSelect(index, riskFactorIndex, riskFactor.columns)" /> -
+
{{ riskFactor.name }} @@ -1639,6 +1639,12 @@ export default { product.amt = trialProduct.amt } } + params.orderDTO.insuredDTOs[0].riskDTOLst.map(item => { + if (!this.renewalShow(this.mainRiskCode)) { + item.isRenewal = this.renewal + return item + } + }) console.dir(params) resultData = await saveProposal(params) } else {