From 186d0556a5cde6047f4f70f8d70753fd3583894a Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 15 Nov 2022 14:49:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=81=E5=B8=82=E5=8C=BA=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/station/index.vue | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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; });