feat: 修改地址查询层级
This commit is contained in:
@@ -23,7 +23,7 @@ import { onMounted, ref } from 'vue';
|
||||
import { communityTree } from '#/api/property/community';
|
||||
const areaList = ref<any>(null);
|
||||
onMounted(async () => {
|
||||
areaList.value = await communityTree(5);
|
||||
areaList.value = await communityTree(4);
|
||||
});
|
||||
const formOptions: VbenFormProps = {
|
||||
commonConfig: {
|
||||
|
Reference in New Issue
Block a user