diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 4ddeb4d02..b5eca7cf3 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -2144,7 +2144,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) })