Browse Source

业绩分润列表接口更换

Xiao_123 4 tháng trước cách đây
mục cha
commit
7d9b74a61a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
 }