mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 02:46:45 +08:00
【fix】 解决试算页面传参错误
This commit is contained in:
@@ -1526,6 +1526,11 @@ export default {
|
|||||||
// console.log('33333333')
|
// console.log('33333333')
|
||||||
this.trialInfos[index].amt = this.trialList[0].prem
|
this.trialInfos[index].amt = this.trialList[0].prem
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(item.productCode == 'GFRS_A0003'){
|
||||||
|
this.trialInfos[index].amt = this.trialList[index].amt
|
||||||
|
}
|
||||||
|
|
||||||
// console.log(riskItem)
|
// console.log(riskItem)
|
||||||
console.log(this.trialInfos[index])
|
console.log(this.trialInfos[index])
|
||||||
riskItem = Object.assign(riskItem, this.trialInfos[index])
|
riskItem = Object.assign(riskItem, this.trialInfos[index])
|
||||||
|
|||||||
Reference in New Issue
Block a user