Jelajahi Sumber

业绩分润列表接口更换

Xiao_123 4 bulan lalu
induk
melakukan
7d9b74a61a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)
 }