From 581c7ba96178363c4544240e9104f8a66da16e01 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Mon, 9 Mar 2026 16:23:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=95=B0=E6=8D=AE=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/hr/people/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/hr/people/index.ts b/src/api/hr/people/index.ts index 56c33ae..a5d4eb9 100644 --- a/src/api/hr/people/index.ts +++ b/src/api/hr/people/index.ts @@ -685,7 +685,7 @@ export function getPeopleKey(data?: any) { //获取人员信息 export function getUserCont(data?: any) { return request({ - url: '/systemapi/user/ ', + url: '/systemapi/user/get_user_cont', method: 'get', data: data })