Limengbo 6 vuotta sitten
vanhempi
commit
edc92c0a55
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
     }
   })
 }