车位区域管理完成
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user