This commit is contained in:
zmj 2024-02-23 16:18:42 +08:00
parent 0012907946
commit e16eb412c3
1 changed files with 0 additions and 36 deletions

View File

@ -41,46 +41,10 @@
<script setup scoped> <script setup scoped>
import { ref, reactive } from "vue" import { ref, reactive } from "vue"
import { sendMsg } from "@/api.js" import { sendMsg } from "@/api.js"
import axios from "axios"
import areaChose from "@/view/components/areaChose.vue" import areaChose from "@/view/components/areaChose.vue"
import {useRouter} from "vue-router" import {useRouter} from "vue-router"
const router =useRouter() const router =useRouter()
const flag=ref(true) const flag=ref(true)
const options = [
{
value: '510502',
label: '江阳区',
},
{
value: '510503',
label: '纳溪区',
},
{
value: '510504',
label: '龙马潭区',
},
{
value: '510521',
label: '泸县',
},
{
value: '510522',
label: '合江县 ',
},
{
value: '510524',
label: '叙永县 ',
}, {
value: '510525',
label: '古蔺县 ',
},
]
const townOptions = []
const areaCode = ref('510521')
const townCode = ref("")
// const changeArea = (e) => { // const changeArea = (e) => {