diff --git a/src/views/system/station/index.vue b/src/views/system/station/index.vue index cb555c9..d62d635 100644 --- a/src/views/system/station/index.vue +++ b/src/views/system/station/index.vue @@ -279,7 +279,7 @@ { console.log(res); @@ -767,8 +766,8 @@ export default { }, //点击市 clickcity(item) { - this.value2 = ""; - this.value3 = ""; + this.form.regionName = ""; + this.form.areaCode = ""; console.log(item); getSecondaryLevelInfo(item.id).then((res) => { console.log(res); @@ -779,10 +778,7 @@ export default { province(item) { this.form.cityName = ""; this.form.regionName = ""; - this.form.streetName = ""; - // this.value1 = ""; - // this.value2 = ""; - // this.value3 = ""; + this.form.areaCode = ""; getSecondaryLevelInfo(item.id).then((res) => { this.citylist = res.data; });