项目初始化
This commit is contained in:
@@ -61,5 +61,12 @@ export const CategoryChart = (params?: ErpTransactionFlow | any) =>
|
||||
export const ErpAccountChart = (params?: ErpTransactionFlow | any) =>
|
||||
defHttp.get<ChartDataItem[]>({ url: adminPath + '/erp/screen/getErpAccountChart', params });
|
||||
|
||||
export const getErpQuarterChart = (params?: ErpTransactionFlow | any) =>
|
||||
export const ErpQuarterChart = (params?: ErpTransactionFlow | any) =>
|
||||
defHttp.get<ChartDataItem[]>({ url: adminPath + '/erp/screen/getErpQuarterChart', params });
|
||||
|
||||
export const ErpAccountMonthChart = (params?: ErpTransactionFlow | any) =>
|
||||
defHttp.get<ChartDataItem[]>({ url: adminPath + '/erp/screen/getErpAccountMonthChart', params });
|
||||
|
||||
export const ErpCategoryMonthChart = (params?: ErpTransactionFlow | any) =>
|
||||
defHttp.get<ChartDataItem[]>({ url: adminPath + '/erp/screen/getErpCategoryMonthChart', params });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user