【新增电子投保单模板和贵州联系地址的需求】贵州分公司--新增无广西行协提示语的支付结果页面

This commit is contained in:
li.yuetong
2022-03-28 16:32:00 +08:00
parent 5c9c20bd20
commit cfce8dd2bb
5 changed files with 26 additions and 26 deletions

View File

@@ -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
},