调整查询详情

This commit is contained in:
ywyonui 2025-08-28 00:59:54 +08:00
parent e638279fc2
commit 97b3b696d9

View File

@ -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 });
};