修改请假休假接口路径
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user