解决冲突

This commit is contained in:
liyuetong
2021-10-12 17:36:00 +08:00
parent 2606c0e47f
commit 16014a62a6

View File

@@ -2269,11 +2269,11 @@ export default {
this.trialInfos[index].amt = this.trialList[0].prem
}
if (item.productCode == 'GFRS_A0001' || item.productCode == 'GFRS_A0007') {
if (item.productCode == 'GFRS_A0001') {
this.trialInfos[index].amt = this.trialList[0].standPrem
}
if (item.productCode == 'GFRS_A0003' || item.productCode == 'GFRS_A0009' || item.productCode == 'GFRS_A0010') {
if (item.productCode == 'GFRS_A0003' || item.productCode == 'GFRS_A0009'|| item.productCode == 'GFRS_A0010'|| item.productCode == 'GFRS_A0007') {
this.trialInfos[index].amt = this.trialList[index].amt
}