From 5538058833b482fa24888fda08cdb5da5a8e75f6 Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 15 Nov 2022 14:50:42 +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 | 82 +++++------------------------- 1 file changed, 13 insertions(+), 69 deletions(-) diff --git a/src/views/system/station/index.vue b/src/views/system/station/index.vue index f4ff4b6..d62d635 100644 --- a/src/views/system/station/index.vue +++ b/src/views/system/station/index.vue @@ -8,14 +8,7 @@ v-show="showSearch" label-width="100px" > - + - - - - + - + + - + - - { console.log(res); @@ -822,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); @@ -832,9 +776,9 @@ export default { }, //点击省 province(item) { - this.value1 = ""; - this.value2 = ""; - this.value3 = ""; + this.form.cityName = ""; + this.form.regionName = ""; + this.form.areaCode = ""; getSecondaryLevelInfo(item.id).then((res) => { this.citylist = res.data; });