crm:code review 联系人详情

(cherry picked from commit 1ba450103e)
This commit is contained in:
YunaiV
2023-11-27 20:33:53 +08:00
committed by shizhong
parent e45dd09464
commit eb84424f87
4 changed files with 100 additions and 48 deletions

View File

@ -62,7 +62,8 @@ export const deleteCustomer = async (id: number) => {
export const exportCustomer = async (params) => {
return await request.download({ url: `/crm/customer/export-excel`, params })
}
//客户列表
// 客户列表
export const queryAllList = async () => {
return await request.get({ url: `/crm/customer/query-all-list` })
}
}