From 6efdb4dce3dbc234a293f3251508096af492c067 Mon Sep 17 00:00:00 2001 From: ywyonui Date: Thu, 28 Aug 2025 00:59:35 +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/server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/base/server.ts b/src/api/base/server.ts index 646f24d..26c9c5d 100644 --- a/src/api/base/server.ts +++ b/src/api/base/server.ts @@ -171,7 +171,7 @@ export const xxtsFindByIdApi = async (params: any) => { // 查询学生请假信息 export const xsQjFindByIdApi = async (params: any) => { - return await get("/api/xsQj/findById", params); + return await get("/api/xsQj/getDetail", params); }; // 学生请假审批