|
@@ -48,9 +48,9 @@ export function getRecordList(id, personId) {
|
|
|
}
|
|
|
|
|
|
// 巡林轨迹
|
|
|
-export function getPointList(id) {
|
|
|
+export function getPointList(recordId) {
|
|
|
return request({
|
|
|
- url: '/center-fire/VisuForestLeaderController/getPointList?id='+id,
|
|
|
+ url: '/center-fire/VisuForestLeaderController/getPointList?recordId='+recordId,
|
|
|
method: 'get',
|
|
|
})
|
|
|
}
|