瀏覽代碼

更改问题

Limengbo 6 年之前
父節點
當前提交
edc92c0a55
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
     }
   })
 }