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