|
@@ -40,9 +40,9 @@ export function getPlanList(personId) {
|
|
|
}
|
|
|
|
|
|
// 巡林记录
|
|
|
-export function getRecordList(id, personId) {
|
|
|
+export function getRecordList(planId, personId) {
|
|
|
return request({
|
|
|
- url: '/center-fire/VisuForestLeaderController/getRecordList?id='+id+'&personId='+personId,
|
|
|
+ url: '/center-fire/VisuForestLeaderController/getRecordList?planId='+planId+'&personId='+personId,
|
|
|
method: 'get',
|
|
|
})
|
|
|
}
|