|
@@ -35,7 +35,7 @@ export function getWaterRecord(taskId) {
|
|
// 巡查轨迹
|
|
// 巡查轨迹
|
|
export function getWaterPoint(recordId) {
|
|
export function getWaterPoint(recordId) {
|
|
return request({
|
|
return request({
|
|
- url: '/center-data/track/getTrack/'+recordId.toString(),
|
|
|
|
|
|
+ url: '/center-data/patrolTrack/getTrack/'+recordId.toString(),
|
|
method: 'get',
|
|
method: 'get',
|
|
})
|
|
})
|
|
}
|
|
}
|