mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 10:26:44 +08:00
【新增电子投保单模板和贵州联系地址的需求】贵州分公司--新增无广西行协提示语的支付结果页面
This commit is contained in:
@@ -307,16 +307,16 @@ export default {
|
||||
async mounted() {
|
||||
//获取代理人管理机构 52贵州 45广西
|
||||
this.manageComCode = await riskRules.getAgentInfoFunc(this)
|
||||
if(this.manageComCode == '52'){
|
||||
areaLists.province_list = {
|
||||
520000: '贵州省'
|
||||
}
|
||||
this.areaValue = '520000'
|
||||
}else{
|
||||
if(this.manageComCode == '45'){
|
||||
areaLists.province_list = {
|
||||
450000: '广西壮族自治区'
|
||||
}
|
||||
this.areaValue = '450000'
|
||||
}else{
|
||||
areaLists.province_list = {
|
||||
520000: '贵州省'
|
||||
}
|
||||
this.areaValue = '520000'
|
||||
}
|
||||
this.areaLists = areaLists
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user