修改行政区划

This commit is contained in:
wangyilin 2024-11-04 11:26:17 +08:00
parent 43db18b67b
commit 87405b1e74
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
<script lang="ts" setup>
import { ref} from 'vue';
import AdministrativeDivisionsTree from "@/components/tree/AdministrativeDivisionsTree.vue";
const value = ref<string[]>( ["120000", "120100", "120115", "120115014"] );
const value = ref<string[]>( );
</script>