From bbc0a9e970f2b48fcef6fee538a6230f5941b2fc Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Sun, 5 Nov 2023 10:55:10 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E5=88=97=E8=A1=A8=E5=93=8D=E5=BA=94=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 2cb8057b89ed93e0d55380c0b1f0ebc624696cec --- src/api/dept/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/dept/index.ts b/src/api/dept/index.ts index 77e3973a..f5e0466d 100644 --- a/src/api/dept/index.ts +++ b/src/api/dept/index.ts @@ -18,7 +18,7 @@ export function listDepts(queryParams?: DeptQuery): AxiosPromise { /** * 部门下拉列表 */ -export function getDeptOptions(): AxiosPromise<[]> { +export function getDeptOptions(): AxiosPromise { return request({ url: "/api/v1/dept/options", method: "get",