diff --git a/src/components/ebiz/customer/formBlock.vue b/src/components/ebiz/customer/formBlock.vue index 7c2ca1c45..2c4c1224e 100644 --- a/src/components/ebiz/customer/formBlock.vue +++ b/src/components/ebiz/customer/formBlock.vue @@ -190,7 +190,7 @@ - + @@ -274,7 +274,8 @@ export default { value: '1' } ], - manageComCode:''//代理人管理机构 52贵州 45广西 + manageComCode:'',//代理人管理机构 52贵州 45广西 + areaValue:'' //代理人管理机构--省级编号 } }, watch: { @@ -310,10 +311,12 @@ export default { areaLists.province_list = { 520000: '贵州省' } + this.areaValue = '520000' }else{ areaLists.province_list = { 450000: '广西壮族自治区' } + this.areaValue = '450000' } this.areaLists = areaLists }, diff --git a/src/views/ebiz/insureAgain/InsureInformation.vue b/src/views/ebiz/insureAgain/InsureInformation.vue index c2e9a592c..88e83b4e8 100644 --- a/src/views/ebiz/insureAgain/InsureInformation.vue +++ b/src/views/ebiz/insureAgain/InsureInformation.vue @@ -314,7 +314,7 @@ - + @@ -455,7 +455,8 @@ export default { occupationShowPicker: false, //职业类别 occupationName: '', occupationCode: '', - manageComCode:''//代理人管理机构 52贵州 45广西 + manageComCode:'',//代理人管理机构 52贵州 45广西 + areaValue:'' //代理人管理机构--省级编号 } }, created() { @@ -474,10 +475,12 @@ export default { areaLists.province_list = { 520000: '贵州省' } + this.areaValue = '520000' }else{ areaLists.province_list = { 450000: '广西壮族自治区' } + this.areaValue = '450000' } this.areaLists = areaLists }, diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index 7b964254e..af3b81801 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -369,7 +369,7 @@ --> - + @@ -604,7 +604,8 @@ export default { idLimit: false, //证件起止日期是否只读 salePageFlag: '2', userWorkcompanys:[],//单位数据 - manageComCode:''//代理人管理机构 52贵州 45广西 + manageComCode:'',//代理人管理机构 52贵州 45广西 + areaValue:'' //代理人管理机构--省级编号 } }, created() { @@ -769,10 +770,12 @@ export default { areaLists.province_list = { 520000: '贵州省' } + this.areaValue = '520000' }else{ areaLists.province_list = { 450000: '广西壮族自治区' } + this.areaValue = '450000' } this.areaLists = areaLists },