qinhouyu 1 year ago
parent
commit
da3e542e83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/forest.js

+ 1 - 1
src/api/forest.js

@@ -8,7 +8,7 @@ export function fireControlViewList(type) {
   })
 }
 // 点击左侧菜单列表查询落点
-export function fireControlViewPoint(type) {
+export function fireControlViewPoint(param) {
   return request({
     url: '/sooka-middleware/visual/getResourcePoint?type='+param.type+'&longitude='+param.longitude+'&latitude='+param.latitude+'&radius='+param.radius,
     method: 'get'