Explorar o código

林业人员轨迹

彭宇 %!s(int64=2) %!d(string=hai) anos
pai
achega
6cde2e1865
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      src/api/leader.js

+ 0 - 7
src/api/leader.js

@@ -15,13 +15,6 @@ export function getForestLeader(linJob,linType) {
     method: 'get',
   })
 }
-// 点击左侧人员列表获取轨迹
-export function getLeaderTrack(trackById) {
-  return request({
-    url: '/center-fire/VisuForestLeaderController/getLeaderTrack?trackById='+trackById,
-    method: 'get',
-  })
-}
 
 // 巡林任务
 export function getPlanList(userId) {