Merge remote-tracking branch 'origin/master'

This commit is contained in:
hebo 2025-08-28 17:03:14 +08:00
commit f523ce1d15

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