소스 검색

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

dhb52 1 년 전
부모
커밋
470c5076a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/api/crm/statistics/customer.ts

+ 1 - 1
src/api/crm/statistics/customer.ts

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