@@ -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) {