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 })