Limengbo 6 lat temu
rodzic
commit
edc92c0a55
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/api/teamApi.js

+ 1 - 1
src/api/teamApi.js

@@ -7,7 +7,7 @@ export function getTeamList (deptId) {
     url: baseApi + 'manageBase/dept/tree',
     method: 'get',
     params: {
-      deptId: 0
+      deptId: 123456
     }
   })
 }