diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 020329725..1efc1610d 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -2205,7 +2205,8 @@ export default { platformType: 'app', productCode: item.productCode, medical: JSON.parse(this.$CacheUtils.getLocItem('saleInsuredPersonInfo')).medical, - isCrossChannel: this.isCrossChannel + isCrossChannel: this.isCrossChannel, + orderNo: this.$CacheUtils.getLocItem('orderNo') }) params.trialInfos.push(trialInfo) })