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

This commit is contained in:
jiawei
2023-03-03 16:18:11 +08:00
parent b74dc7c627
commit 1c0e6c765c

View File

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