crm:code review 联系人详情

This commit is contained in:
YunaiV
2023-11-27 20:33:53 +08:00
parent ae8cb9218c
commit ddfceddf4a
4 changed files with 88 additions and 46 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` })
}
}