mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 21:36:43 +08:00
桂企保B款前端产品编码传输错误问题修复 --李婕煜
This commit is contained in:
@@ -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'){
|
||||
|
||||
Reference in New Issue
Block a user