物业之前,新工作台

This commit is contained in:
Zy
2026-04-16 21:03:35 +08:00
parent cf9a1f1585
commit 4184f1c55d
91 changed files with 1781 additions and 588 deletions

View File

@@ -10,7 +10,7 @@ export function getCommunitylistAPI(): AxiosPromise<communitylist_rows_type[]> {
});
}
/** 通过小区id获取小区信息 */
export function getVillageByIdAPI(id: string): AxiosPromise<communitylist_rows_type> {
export function getVillageByIdAPI(id: number): AxiosPromise<communitylist_rows_type> {
return request({
url: `/village/${id}`,
method: 'get'

View File

@@ -1,5 +1,5 @@
export interface communitylist_rows_type {
villageId?: number;
villageId: number;
villageName: string;
villageCode: string;
address: string;