Commit b8e9a7c1 by 潘琦

签约页省市区去除默认选中;

parent 2616957c
...@@ -545,18 +545,18 @@ export default { ...@@ -545,18 +545,18 @@ export default {
addressPopupVisible: false, // “现住址”popup显示状态 addressPopupVisible: false, // “现住址”popup显示状态
orgPopupVisible: false, // “所在卫生服务机构”popup显示状态 orgPopupVisible: false, // “所在卫生服务机构”popup显示状态
addressForm: { addressForm: {
province: '贵州省', province: '',
city: '贵阳市', city: '',
area: '', area: '',
street: '', street: '',
villages: '', villages: '',
ProvinceCode: '520000', ProvinceCode: '',
CityCode: '520100', CityCode: '',
AreaCode: '', AreaCode: '',
StreetCode: '', StreetCode: '',
VillagesCode: '' VillagesCode: ''
}, },
stepCurrent: 3, // 地址省市区街道步骤下标 stepCurrent: 1, // 地址省市区街道步骤下标
ProvinceData: null, // 省会列表数据 ProvinceData: null, // 省会列表数据
CityData: null, // 城市列表数据 CityData: null, // 城市列表数据
AreaData: null, // 区域列表数据 AreaData: null, // 区域列表数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment