保额上传参数修改

This commit is contained in:
mengxiaolong
2020-09-17 17:42:26 +08:00
parent 80d118284d
commit 6bf13f4db4

View File

@@ -1564,6 +1564,10 @@ export default {
this.trialInfos[index].amt = this.trialList[0].prem
}
if (item.productCode == 'GFRS_A0001') {
this.trialInfos[index].amt = this.trialList[0].standPrem
}
if (item.productCode == 'GFRS_A0003') {
this.trialInfos[index].amt = this.trialList[index].amt
}