.
This commit is contained in:
parent
0da7fb60b3
commit
2b95dd8800
@ -68,3 +68,12 @@ export function getLandConfig(id) {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
//获取地块配置
|
||||
export function getLandUser(query) {
|
||||
return request({
|
||||
url: `/system/landuser/list`,
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
Loading…
Reference in New Issue
Block a user