Skip to content

Commit 470c507

Browse files
committed
fix: 合同摘要信息(客户转化率页面) api 地址错误
1 parent 762b51a commit 470c507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/crm/statistics/customer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const StatisticsCustomerApi = {
9595
// 4.1 合同摘要信息(客户转化率页面)
9696
getContractSummary: (params: any) => {
9797
return request.get({
98-
url: '/crm/statistics-customer/get-followup-summary-by-type',
98+
url: '/crm/statistics-customer/get-contract-summary',
9999
params
100100
})
101101
},

0 commit comments

Comments
 (0)