Selaa lähdekoodia

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

wangzhe 2 vuotta sitten
vanhempi
commit
249d2615cb
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/api/leader.js

+ 2 - 2
src/api/leader.js

@@ -48,9 +48,9 @@ export function getRecordList(id, personId) {
 }
 
 // 巡林轨迹
-export function getPointList(id) {
+export function getPointList(recordId) {
   return request({
-    url: '/center-fire/VisuForestLeaderController/getPointList?id='+id,
+    url: '/center-fire/VisuForestLeaderController/getPointList?recordId='+recordId,
     method: 'get',
   })
 }