桂企保B款前端产品编码传输错误问题修复 --李婕煜

This commit is contained in:
li.jieyu@ebiz-digits.com
2021-04-30 14:36:19 +08:00
parent f752be8b6e
commit 5ccd75c076

View File

@@ -103,7 +103,7 @@ export default {
let path = `/sale/insuredInfo`
let flagPermission = true
if (this.$route.params.productDetailCode == 'GFRSPRO_M0024' || this.$route.params.productDetailCode == 'GFRSPRO_M0040') {
flagPermission = await riskRules.getProductSellPermissionList(this.$route.params.productDetailCode, this)
flagPermission = await riskRules.getProductSellPermissionList('GFRS_M0040', this)
let specilFlag = '1'
path = `${path}?specilFlag=${specilFlag}`
} else if(this.$route.params.productDetailCode == 'GFRSPRO_M0040'){