mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-04 22:59:01 +00:00
CRM:统一日志获取接口
This commit is contained in:
@@ -73,11 +73,6 @@ export const getSimpleCustomerList = async () => {
|
||||
return await request.get({ url: `/crm/customer/list-all-simple` })
|
||||
}
|
||||
|
||||
// 查询客户操作日志
|
||||
export const getOperateLogPage = async (id: number) => {
|
||||
return await request.get({ url: '/crm/customer/operate-log-page?id=' + id })
|
||||
}
|
||||
|
||||
// ======================= 业务操作 =======================
|
||||
|
||||
export interface TransferReqVO {
|
||||
|
||||
Reference in New Issue
Block a user