|
@@ -9,3 +9,17 @@ export function selectFarmByDeptId(param) {
|
|
data: param
|
|
data: param
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
+// 获取林班层级树结构
|
|
|
|
+export function linBanTreeselect() {
|
|
|
|
+ return request({
|
|
|
|
+ url: '/center-fire/VisuForestCloudMapController/linBanTreeselect',
|
|
|
|
+ method: 'post',
|
|
|
|
+ })
|
|
|
|
+}
|
|
|
|
+// 获取林班列表
|
|
|
|
+export function selectBanBylinBanTreesId(id) {
|
|
|
|
+ return request({
|
|
|
|
+ url: '/center-fire/VisuForestCloudMapController/selectBanBylinBanTreesId/'+id,
|
|
|
|
+ method: 'get',
|
|
|
|
+ })
|
|
|
|
+}
|