CRM-客户:完善客户导入

This commit is contained in:
puhui999
2024-01-27 15:02:25 +08:00
parent 64cfcbf6e0
commit 26daa3a1ff
4 changed files with 150 additions and 1 deletions

View File

@ -63,6 +63,11 @@ export const exportCustomer = async (params: any) => {
return await request.download({ url: `/crm/customer/export-excel`, params })
}
// 下载客户导入模板
export const importCustomerTemplate = () => {
return request.download({ url: '/crm/customer/get-import-template' })
}
// 客户列表
export const getSimpleCustomerList = async () => {
return await request.get({ url: `/crm/customer/list-all-simple` })