[fix] GFRS-828 附加综合意外伤害保险,保费计算页面"免赔额"+"赔付比例",可选择框选择数组显示错误

This commit is contained in:
tian.guangyuan
2020-03-26 15:16:57 +08:00
parent 95f5fbae45
commit 7c13e98e1f

View File

@@ -465,7 +465,7 @@ export default {
}
return
}
if (item.mainRiskCode === 'GFRS_M0016' || item.productCode === 'GFRS_A0004' || item.productCode === 'GFRS_A0005') {
if (item.mainRiskCode === 'GFRS_M0016' || item.productCode === 'GFRS_A0004' || item.productCode === 'GFRS_A0005' ) {
let isMedical = null
if (this.isFrom === 'proposal') {
isMedical = detailPromise == '1'