From 97b3b696d96955f3cb3b6ff8fbd3835c9f2f42a8 Mon Sep 17 00:00:00 2001 From: ywyonui Date: Thu, 28 Aug 2025 00:59:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9F=A5=E8=AF=A2=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/base/xsQjApi.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/base/xsQjApi.ts b/src/api/base/xsQjApi.ts index 1cc9a06..1412512 100644 --- a/src/api/base/xsQjApi.ts +++ b/src/api/base/xsQjApi.ts @@ -62,7 +62,7 @@ export const jzXsQjListApi = (params: any) => { * @param id 请假ID */ export const getXsQjDetailApi = (id: string) => { - return get("/api/xsQj/findById", { id }); + return get("/api/xsQj/getDetail", { id }); }; /** @@ -71,5 +71,5 @@ export const getXsQjDetailApi = (id: string) => { * @param ywType 业务类型 */ export const getXsQjApprovalProcessApi = (ywId: string, ywType: string = 'XS_QJ') => { - return get("/api/gzlSp/getByYwIdAndYwType", { ywId, ywType }); + return get("/api/lcglSp/getByYwIdAndYwType", { ywId, ywType }); };