Browse Source

资源更换巡查轨迹接口

wang_xy 2 years ago
parent
commit
56b8ed1b20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/leader.js

+ 1 - 1
src/api/leader.js

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