Browse Source

修复bug

gcz 11 tháng trước cách đây
mục cha
commit
ba74964575
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/api/statisticalReport/statistics.js

+ 1 - 1
src/api/statisticalReport/statistics.js

@@ -138,7 +138,7 @@ export const marketTeamSaleCount = (query) => {
 // 团队明细导出
 export function downMarketTeamSaleCount(params) {
   return request({
-    url: '/order/operationReport/marketPersonSaleCountExport',
+    url: '/order/operationReport/marketTeamSaleCountExport',
     method: 'get',
     responseType: 'blob',
     params