소스 검색

业绩分润列表接口更换

Xiao_123 4 달 전
부모
커밋
7d9b74a61a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/api/salary.js

+ 1 - 1
src/api/salary.js

@@ -163,5 +163,5 @@ export function getSalaryFixedEmployeeStatistics (data) {
 
 // 客户分润认领
 export function getCustomerProfitSharingClaim (data) {
-  return http.post('/customer/performance/page', data)
+  return http.post('/customer/performance/customer/page', data)
 }