File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -74,5 +74,5 @@ export const getBusinessListByIds = async (val: number[]) => {
74
74
75
75
// 商机转移
76
76
export const transferBusiness = async ( data : TransferReqVO ) => {
77
- return await request . put ( { url : '/crm/business/transfer-business ' , data } )
77
+ return await request . put ( { url : '/crm/business/transfer' , data } )
78
78
}
Original file line number Diff line number Diff line change @@ -48,5 +48,5 @@ export const exportClue = async (params) => {
48
48
49
49
// 线索转移
50
50
export const transferClue = async ( data : TransferReqVO ) => {
51
- return await request . put ( { url : '/crm/clue/transfer-clue ' , data } )
51
+ return await request . put ( { url : '/crm/clue/transfer' , data } )
52
52
}
Original file line number Diff line number Diff line change @@ -89,5 +89,5 @@ export const deleteContactBusinessList = async (data: ContactBusinessReqVO) => {
89
89
90
90
// 联系人转移
91
91
export const transferContact = async ( data : TransferReqVO ) => {
92
- return await request . put ( { url : '/crm/contact/transfer-contact ' , data } )
92
+ return await request . put ( { url : '/crm/contact/transfer' , data } )
93
93
}
Original file line number Diff line number Diff line change @@ -74,5 +74,5 @@ export const handleApprove = async (id: number) => {
74
74
75
75
// 合同转移
76
76
export const transferContract = async ( data : TransferReqVO ) => {
77
- return await request . put ( { url : '/crm/contract/transfer-contract ' , data } )
77
+ return await request . put ( { url : '/crm/contract/transfer' , data } )
78
78
}
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export interface TransferReqVO {
83
83
84
84
// 客户转移
85
85
export const transferCustomer = async ( data : TransferReqVO ) => {
86
- return await request . put ( { url : '/crm/customer/transfer-customer ' , data } )
86
+ return await request . put ( { url : '/crm/customer/transfer' , data } )
87
87
}
88
88
89
89
// 锁定/解锁客户
You can’t perform that action at this time.
0 commit comments