Commit 470c5076 by dhb52

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

parent 762b51a5
...@@ -95,7 +95,7 @@ export const StatisticsCustomerApi = { ...@@ -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
}) })
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment