mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-24 07:45:07 +08:00
CRM-合同:完善 TODO
This commit is contained in:
@ -82,8 +82,8 @@ export interface TransferReqVO {
|
||||
}
|
||||
|
||||
// 客户转移
|
||||
export const transfer = async (data: TransferReqVO) => {
|
||||
return await request.put({ url: '/crm/customer/transfer', data })
|
||||
export const transferCustomer = async (data: TransferReqVO) => {
|
||||
return await request.put({ url: '/crm/customer/transfer-customer', data })
|
||||
}
|
||||
|
||||
// 锁定/解锁客户
|
||||
|
Reference in New Issue
Block a user