Explorar o código

资源更换巡查轨迹接口

wang_xy %!s(int64=2) %!d(string=hai) anos
pai
achega
56b8ed1b20
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'}
   })
 }