Просмотр исходного кода

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

MONSTER-ygh 11 месяцев назад
Родитель
Сommit
7c91eea78d
1 измененных файлов с 1 добавлено и 1 удалено
  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