mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-09-17 10:31:54 +08:00
CRM-合同:完善 TODO
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import request from '@/config/axios'
|
||||
import { TransferReqVO } from '@/api/crm/customer'
|
||||
|
||||
export interface ClueVO {
|
||||
id: number
|
||||
@@ -44,3 +45,8 @@ export const deleteClue = async (id: number) => {
|
||||
export const exportClue = async (params) => {
|
||||
return await request.download({ url: `/crm/clue/export-excel`, params })
|
||||
}
|
||||
|
||||
// 线索转移
|
||||
export const transferClue = async (data: TransferReqVO) => {
|
||||
return await request.put({ url: '/crm/clue/transfer-clue', data })
|
||||
}
|
||||
|
Reference in New Issue
Block a user