Browse Source

资源人员轨迹

彭宇 2 năm trước cách đây
mục cha
commit
4a7095b61e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'}
   })
 }