CRM-合同:完善 TODO

(cherry picked from commit 6d0e242387)
This commit is contained in:
puhui999
2024-02-03 20:47:50 +08:00
committed by shizhong
parent ad987e9ef1
commit 1cbc8a29da
16 changed files with 194 additions and 80 deletions

View File

@ -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 })
}
// 锁定/解锁客户