@@ -119,9 +119,6 @@ const examForm = ref({})
// 请求
onMounted(async () => {
loading.value = true
- getCity().then((response) => {
- cityList.value = response.address
- })
await searchOther()
await search({ skip, limit })
loading.value = false