Browse Source

更改问题

Limengbo 6 năm trước cách đây
mục cha
commit
edc92c0a55
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
     }
   })
 }