mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 17:12:53 +08:00
惠企保产品配置调整: 惠桂保补充处理 --提交人:阳华祥
This commit is contained in:
@@ -120,13 +120,13 @@ export default {
|
||||
}
|
||||
}
|
||||
this.list = resultData.mainRiskDTOS
|
||||
//------------------------专为桂企写死--begin---------------//
|
||||
//------------------------专为惠企写死--begin---------------//
|
||||
if (this.list.length > 0 && this.specilFlag == '1' && localStorage.isFrom == 'sale') {
|
||||
this.result = this.list.find(v => {
|
||||
return v.riskProductCode == 'GFRS_M0024' || v.riskProductCode == 'GFRS_M0040'
|
||||
return v.riskProductCode == 'GFRS_M0040'
|
||||
})
|
||||
}
|
||||
// ------------------------专为桂企写死--end---------------//
|
||||
// ------------------------专为惠企写死--end---------------//
|
||||
|
||||
if (this.list.length == 0) {
|
||||
this.$dialog({ message: '暂无可选产品!' }).then(() => {
|
||||
|
||||
Reference in New Issue
Block a user