调整查询详情

This commit is contained in:
ywyonui 2025-08-28 00:59:35 +08:00
parent c9ab421a35
commit 6efdb4dce3

View File

@ -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);
};
// 学生请假审批