调整查询详情
This commit is contained in:
parent
e638279fc2
commit
97b3b696d9
@ -62,7 +62,7 @@ export const jzXsQjListApi = (params: any) => {
|
|||||||
* @param id 请假ID
|
* @param id 请假ID
|
||||||
*/
|
*/
|
||||||
export const getXsQjDetailApi = (id: string) => {
|
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 业务类型
|
* @param ywType 业务类型
|
||||||
*/
|
*/
|
||||||
export const getXsQjApprovalProcessApi = (ywId: string, ywType: string = 'XS_QJ') => {
|
export const getXsQjApprovalProcessApi = (ywId: string, ywType: string = 'XS_QJ') => {
|
||||||
return get("/api/gzlSp/getByYwIdAndYwType", { ywId, ywType });
|
return get("/api/lcglSp/getByYwIdAndYwType", { ywId, ywType });
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user