diff --git a/src/views/ebiz/product/ProductDetail.vue b/src/views/ebiz/product/ProductDetail.vue index e538e4eb4..64584f034 100644 --- a/src/views/ebiz/product/ProductDetail.vue +++ b/src/views/ebiz/product/ProductDetail.vue @@ -119,6 +119,10 @@ export default { flagPermission = await riskRules.getProductSellPermissionList('GFRS_M0044', this) let specilFlag = '1' path = `${path}?specilFlag=${specilFlag}` + }else if (this.$route.params.productDetailCode == 'GFRSPRO_M0051') { + flagPermission = await riskRules.getProductSellPermissionList('GFRS_M0051', this) + let specilFlag = '1' + path = `${path}?specilFlag=${specilFlag}` } else { flagPermission = false } diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue index c7dce35b9..f5a8f6c9c 100644 --- a/src/views/ebiz/proposal/ProposalInfo.vue +++ b/src/views/ebiz/proposal/ProposalInfo.vue @@ -666,7 +666,7 @@ export default { return Toast.fail('暂不支持组合产品转投保') } } - if (this.mainRiskCodes[0] == 'GFRS_M0024' || this.mainRiskCodes[0] == 'GFRS_M0040' || this.mainRiskCodes[0] == 'GFRS_M0044') { + if (this.mainRiskCodes[0] == 'GFRS_M0024' || this.mainRiskCodes[0] == 'GFRS_M0040' || this.mainRiskCodes[0] == 'GFRS_M0044'|| this.mainRiskCodes[0] == 'GFRS_M0051') { let specilFlag = '1' path = `${path}&specilFlag=${specilFlag}` let flagPermission = await riskRules.getProductSellPermissionList(this.mainRiskCodes[0], this)