Browse Source

资源人员轨迹

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

+ 1 - 1
src/api/leader.js

@@ -27,7 +27,7 @@ export function getPlanList(userId) {
   return request({
     url: '/center-data/task/getPlanList',
     method: 'post',
-    data: {userId:userId,type:'1'}
+    data: {userId:userId,type:'6'}
   })
 }