双主险支持转投保

This commit is contained in:
na.guo
2020-08-24 10:03:50 +08:00
parent 35864ce312
commit ee12d24379
2 changed files with 13 additions and 13 deletions

View File

@@ -261,9 +261,9 @@ export default {
},
//转投保
async toInsurance(item) {
if (item.insuredDTOs[0].mainRisk.length == '2') {
return Toast.fail('暂不支持组合产品转投保')
}
// if (item.insuredDTOs[0].mainRisk.length == '2') {
// return Toast.fail('暂不支持组合产品转投保')
// }
let flag = item.insuredDTOs[0].riskDTOLst.some(v => {
return v.riskCode == 'GFRS_M0024'
})