From 1f2bb96ef3be62136ca976c7c4c060602b3ff21e Mon Sep 17 00:00:00 2001 From: jiangyanshan Date: Fri, 19 Dec 2025 08:29:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B7=E5=81=87=E4=BC=91?= =?UTF-8?q?=E5=81=87=E6=8E=A5=E5=8F=A3=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/crm/activity/activity.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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