From 7eab12e9e434abcbabd71319ebcde0e62686291a Mon Sep 17 00:00:00 2001 From: shidongli Date: Mon, 26 Sep 2022 10:56:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/station/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);