Преглед на файлове

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

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