Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f523ce1d15
@ -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 });
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user