Browse Source

更改问题

Limengbo 6 years ago
parent
commit
edc92c0a55
1 changed files with 1 additions and 1 deletions
  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
     }
   })
 }