Explorar el Código

业绩分润列表接口更换

Xiao_123 hace 4 meses
padre
commit
7d9b74a61a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
 }