diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 98936ff3c..b093379a5 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -1564,6 +1564,10 @@ export default { this.trialInfos[index].amt = this.trialList[0].prem } + if (item.productCode == 'GFRS_A0001') { + this.trialInfos[index].amt = this.trialList[0].standPrem + } + if (item.productCode == 'GFRS_A0003') { this.trialInfos[index].amt = this.trialList[index].amt }