【需求】鑫管家、金管家追加限额调整-修改接口入参

This commit is contained in:
jiawei
2023-03-03 16:18:11 +08:00
committed by lyt
parent dc8b5f9f3f
commit 0f2a113d08

View File

@@ -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)
})