diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index d569db9c2..2e51fcedd 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -2269,11 +2269,11 @@ export default { this.trialInfos[index].amt = this.trialList[0].prem } - if (item.productCode == 'GFRS_A0001' || item.productCode == 'GFRS_A0007') { + if (item.productCode == 'GFRS_A0001') { this.trialInfos[index].amt = this.trialList[0].standPrem } - if (item.productCode == 'GFRS_A0003' || item.productCode == 'GFRS_A0009' || item.productCode == 'GFRS_A0010') { + if (item.productCode == 'GFRS_A0003' || item.productCode == 'GFRS_A0009'|| item.productCode == 'GFRS_A0010'|| item.productCode == 'GFRS_A0007') { this.trialInfos[index].amt = this.trialList[index].amt }