物业之前,新工作台
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user