From db2e8fb6e5cc1a2e98020a258ac6fe3f56807a4b Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Mon, 22 Jan 2024 18:08:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/logisticsScreen/index.vue | 34 ++++++++++++++++-------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/src/view/logisticsScreen/index.vue b/src/view/logisticsScreen/index.vue index 7943891..1e0b21b 100644 --- a/src/view/logisticsScreen/index.vue +++ b/src/view/logisticsScreen/index.vue @@ -27,29 +27,30 @@ const options = [ value: '510502', label: '江阳区', }, - { - value: '510503', - label: '纳溪区', - }, - { - value: '510504', - label: '龙马潭区', - }, + // { + // value: '510503', + // label: '纳溪区', + // }, + // { + // value: '510504', + // label: '龙马潭区', + // }, { value: '510521', label: '泸县', }, - { - value: '510522', - label: '合江县 ', - }, + // { + // value: '510522', + // label: '合江县 ', + // }, { value: '510524', label: '叙永县 ', - }, { - value: '510525', - label: '古蔺县 ', - }, + }, + // { + // value: '510525', + // label: '古蔺县 ', + // }, ] // 区列表 const townOptions = [] @@ -69,6 +70,7 @@ const changeArea = (e) => { } const changeTown = (e) => { + console.log(e) townOptions.forEach(item => { if (item.value == e) { sendFn('choseTown', { name: item.label })