AmandaG 1 жил өмнө
parent
commit
48ef906416

+ 3 - 2
src/api/module/common.ts

@@ -259,12 +259,13 @@ export const getDashboardFilters = (config: any) => {
 /**
  * 获取首页筛选条件
  */
-export const RevenueDownload = (config: any) => {
+export const RevenueDownload = (params:any,config: any) => {
   return HttpAxios.get(
     `${baseUrl}`,
     {
       action: 'ocean_order',
-      operate: 'revenue'
+      operate: 'revenue',
+      ...params
     },
     config
   )