diff --git a/src/api/system/dept/index.ts b/src/api/system/dept/index.ts index 6177506..03c54d5 100644 --- a/src/api/system/dept/index.ts +++ b/src/api/system/dept/index.ts @@ -38,14 +38,6 @@ export const getDept = (deptId: string | number): AxiosPromise => { }); }; -// 查询部门下拉树结构 -export const treeselect = (): AxiosPromise => { - return request({ - url: '/system/dept/treeselect', - method: 'get' - }); -}; - // 新增部门 export const addDept = (data: DeptForm) => { return request({