车位区域管理完成

This commit is contained in:
Zy
2026-04-10 15:06:57 +08:00
parent 238aa9a400
commit 966a54fe3f
24 changed files with 2925 additions and 32 deletions

View File

@@ -99,10 +99,11 @@ import { listResident, getResident, delResident, addResident, updateResident } f
import { ResidentVO, ResidentQuery, ResidentForm } from '@/api/system/resident/type';
import { getVillageTree } from '@/api/system/house/index';
import { getCommunitylistAPI } from '@/api/system/community';
import { convertBuildingToTree, getHousePathById } from './index';
import { RootTreeType, TreeNode } from 'element-plus';
import { convertBuildingToTree, getHousePathById } from '@/utils/house';
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
const { com_house_rental_facilities } = toRefs<any>(proxy?.useDict('com_house_rental_facilities'));
const router = useRouter();
const residentList = ref<ResidentVO[]>([]);
const loading = ref(true);