Browse Source

环保人员轨迹

彭宇 2 years ago
parent
commit
aae431e7fd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/api/leader.js

+ 2 - 2
src/api/leader.js

@@ -11,7 +11,7 @@ export function getRy() {
 // 获取左侧人员列表
 export function getForestLeader(linJob, linType) {
   return request({
-    url: '/center-environment/VisuForestLeaderController/getPersonList?linJob='+linJob+"&linType="+linType,
+    url: '/center-environment/VisuForestLeaderController/getPersonList?environmentJob='+linJob+"&linType="+linType,
     method: 'get',
   })
 }
@@ -21,7 +21,7 @@ export function getPlanList(userId) {
   return request({
     url: '/center-data/task/getPlanList',
     method: 'post',
-    data: {userId:userId,type:'1'}
+    data: {userId:userId,type:'4'}
   })
 }