Browse Source

Merge branch 'master' of http://dzgogs.hw.hongweisoft.com/great_transition/great_webui

MONSTER-ygh 11 months ago
parent
commit
7c91eea78d
1 changed files with 1 additions and 1 deletions
  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