fix: 合同摘要信息(客户转化率页面) api 地址错误

This commit is contained in:
dhb52 2024-03-05 23:16:57 +08:00
parent 762b51a5b4
commit 470c5076a3

View File

@ -95,7 +95,7 @@ export const StatisticsCustomerApi = {
// 4.1 合同摘要信息(客户转化率页面) // 4.1 合同摘要信息(客户转化率页面)
getContractSummary: (params: any) => { getContractSummary: (params: any) => {
return request.get({ return request.get({
url: '/crm/statistics-customer/get-followup-summary-by-type', url: '/crm/statistics-customer/get-contract-summary',
params params
}) })
}, },