This commit is contained in:
2023-10-11 14:43:55 +08:00
parent 79ca98a12b
commit c68190c76a

View File

@@ -4,7 +4,6 @@
<script setup>
import { regionData, codeToText } from 'element-china-area-data'
import { onMounted } from 'vue';
const emit = defineEmits(['change'])
const placeholder = ref('')
@@ -31,7 +30,6 @@ function setValue(arr) {
// 使用文字设置地区
function textSetValue(arr) {
console.log(arr)
selectedOptions.value = TextToCode(arr)
}