浏览代码

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

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