统计图表页面接口请求页面
This commit is contained in:
		
							parent
							
								
									e52b52c0e9
								
							
						
					
					
						commit
						7643c92baa
					
				
							
								
								
									
										28
									
								
								src/api/fta/enterprisestatistics/index.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								src/api/fta/enterprisestatistics/index.ts
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,28 @@
 | 
			
		||||
import request from '@/config/axios'
 | 
			
		||||
 | 
			
		||||
// 统计API
 | 
			
		||||
export const EnterprisestatisticsApi = {
 | 
			
		||||
  // 查询月度企业入驻
 | 
			
		||||
  getMonthl: async (params: any) => {
 | 
			
		||||
    return await request.get({ url: `/fta/enterprise-information/selectEnterpriseByMonth`, params })
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  // 查询季度企业入驻
 | 
			
		||||
  getQuarter: async (params: any) => {
 | 
			
		||||
    return await request.get({ url: `/fta/enterprise-information/selectEnterpriseByQuarter`, params })
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  // 查询年度企业入驻
 | 
			
		||||
  getYear: async (params: any) => {
 | 
			
		||||
    return await request.get({ url: `/fta/enterprise-information/selectEnterpriseByYear`, params })
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  // 查询年度企业入驻
 | 
			
		||||
  getEnterpriseData: async (params: any) => {
 | 
			
		||||
    return await request.get({ url: `/fta/enterprise-information/statisticByEnterpriseType`, params })
 | 
			
		||||
  },
 | 
			
		||||
  //审核状态统计
 | 
			
		||||
  getAuditStatusData: async (params: any) => {
 | 
			
		||||
    return await request.get({ url: `/fta/enterprise-information/statisticByStatus`, params })
 | 
			
		||||
  },
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user