소스 검색

数字林业 网格化,巡查轨迹

wangzhe 2 년 전
부모
커밋
981e84dfdc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/api/leader.js

+ 2 - 2
src/api/leader.js

@@ -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',
   })
 }