|
@@ -580,13 +580,13 @@ export default {
|
|
this.provinceList = res.data.filter(k => {
|
|
this.provinceList = res.data.filter(k => {
|
|
return k.name === '广东省'
|
|
return k.name === '广东省'
|
|
})
|
|
})
|
|
|
|
+ this.getPosition(res.data, 'provinceId', 'province')
|
|
} else {
|
|
} else {
|
|
this.provinceList = res.data
|
|
this.provinceList = res.data
|
|
}
|
|
}
|
|
- this.getPosition(res.data, 'provinceId', 'province')
|
|
|
|
} else if (level === 1) {
|
|
} else if (level === 1) {
|
|
this.cityList = res.data
|
|
this.cityList = res.data
|
|
- this.getPosition(res.data, 'cityId', 'city')
|
|
|
|
|
|
+ // this.getPosition(res.data, 'cityId', 'city')
|
|
} else if (level === 2) {
|
|
} else if (level === 2) {
|
|
this.areaList = res.data
|
|
this.areaList = res.data
|
|
} else if (level === 3) {
|
|
} else if (level === 3) {
|