12
Showing
3 changed files
with
29 additions
and
6 deletions
-
Please register or sign in to post a comment
... | ... | @@ -13,3 +13,14 @@ export function getLpZrz(data) { |
}) | ||
} | ||
// 获取楼盘表 | ||
export function getLpb(params) { | ||
return request({ | ||
url: '/zhcx/lpcx/getLpb/', | ||
method: 'get', | ||
params | ||
}) | ||
} | ||
... | ... |