From edacb79ccbc798ca483b355bfcf642153e52d78f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Tue, 15 Jul 2025 14:07:24 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=90=8E=E7=AB=AF=E5=B7=B2=E7=BB=8F=E4=B8=8D=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E7=9A=84=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/dept/index.ts | 8 -------- 1 file changed, 8 deletions(-) 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({