diff --git a/src/views/system/station/index.vue b/src/views/system/station/index.vue index 94791d4..d3039bb 100644 --- a/src/views/system/station/index.vue +++ b/src/views/system/station/index.vue @@ -1010,7 +1010,7 @@ export default { }, //点击区县城 clickarea(item) { - // this.value3 = ""; + this.value3 = ""; console.log(item); getSecondaryLevelInfo(item.id).then((res) => { console.log(res); @@ -1020,7 +1020,7 @@ export default { //点击市 clickcity(item) { this.value2 = ""; - // this.value3 = ""; + this.value3 = ""; console.log(item); getSecondaryLevelInfo(item.id).then((res) => { console.log(res);