mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 05:26:44 +08:00
取消处理特殊险种 GFRS_A0005
This commit is contained in:
@@ -465,7 +465,7 @@ export default {
|
|||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (item.mainRiskCode === 'GFRS_M0016' || item.productCode === 'GFRS_A0004' || item.productCode === 'GFRS_A0005') {
|
if (item.mainRiskCode === 'GFRS_M0016' || item.productCode === 'GFRS_A0004' ) {
|
||||||
let isMedical = null
|
let isMedical = null
|
||||||
if (this.isFrom === 'proposal') {
|
if (this.isFrom === 'proposal') {
|
||||||
isMedical = detailPromise == '1'
|
isMedical = detailPromise == '1'
|
||||||
@@ -493,6 +493,8 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
|
} else if(item.productCode === 'GFRS_A0005'){
|
||||||
|
// GFRS_A0005 未处理
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user