diff --git a/src/api/crm/activity/activity.js b/src/api/crm/activity/activity.js index 6ab67d4..d1d1bce 100644 --- a/src/api/crm/activity/activity.js +++ b/src/api/crm/activity/activity.js @@ -216,7 +216,7 @@ export function addMapForReport(data) { //新增请假申请 export function addLeaveApply(data) { return request.post({ - url: "/crm/jys/app/appLeaveApply/add", + url: "/crm/app/appLeaveApply/add", data, },{ isTransformResponse:false @@ -226,7 +226,7 @@ export function addLeaveApply(data) { //我的表单 export function getLeaveApplyList(data) { return request.get({ - url: "/crm/jys/app/appLeaveApply/list", + url: "/crm/app/appLeaveApply/list", data },{ isTransformResponse:false @@ -236,7 +236,7 @@ export function getLeaveApplyList(data) { //可销假表单 export function getBackList(data) { return request.get({ - url: "/crm/jys/app/appLeaveApply/getBackList", + url: "/crm/app/appLeaveApply/getBackList", data },{ isTransformResponse:false @@ -246,7 +246,7 @@ export function getBackList(data) { //我的审批 export function getMyReviewList(data) { return request.get({ - url: "/crm/jys/app/appLeaveApply/myReview", + url: "/crm/app/appLeaveApply/myReview", data },{ isTransformResponse:false @@ -256,7 +256,7 @@ export function getMyReviewList(data) { //可销假表单 export function getBackLeaveList(data) { return request.get({ - url: "/crm/jys/app/appLeaveApply/myBackLeave", + url: "/crm/app/appLeaveApply/myBackLeave", data },{ isTransformResponse:false @@ -266,7 +266,7 @@ export function getBackLeaveList(data) { //提交审批 export function addReviewLeave(data) { return request.post({ - url: "/crm/jys/app/appLeaveApply/addReview", + url: "/crm/app/appLeaveApply/addReview", data, },{ isTransformResponse:false @@ -276,7 +276,7 @@ export function addReviewLeave(data) { //新增销假申请 export function addBackApply(data) { return request.post({ - url: "/crm/jys/app/appLeaveApply/addBackApply", + url: "/crm/app/appLeaveApply/addBackApply", data, },{ isTransformResponse:false @@ -286,7 +286,7 @@ export function addBackApply(data) { //可销假表单 export function getDelLeaveApply(data) { return request.get({ - url: "/crm/jys/app/appLeaveApply/delLeaveApply", + url: "/crm/app/appLeaveApply/delLeaveApply", data },{ isTransformResponse:false