Przeglądaj źródła

消防数据中心、事件详情页面资源落点接口及方式更换

王通 1 rok temu
rodzic
commit
7caa439060
1 zmienionych plików z 1 dodań i 1 usunięć
  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({
   return request({
     url: '/sooka-middleware/visual/getResourcePoint?type='+param.type+'&longitude='+param.longitude+'&latitude='+param.latitude+'&radius='+param.radius,
     url: '/sooka-middleware/visual/getResourcePoint?type='+param.type+'&longitude='+param.longitude+'&latitude='+param.latitude+'&radius='+param.radius,
     method: 'get'
     method: 'get'