大屏页面初始化

This commit is contained in:
2026-03-11 10:32:51 +08:00
parent a65912bf8b
commit ee7e32e738
14 changed files with 65 additions and 74 deletions

View File

@@ -3,7 +3,7 @@ import request from '@/utils/request';
/**
* 获取指标信息列表
*/
export function getHomeModuleList(params: any) {
export function getHomeModuleList(params) {
return request({
url: '/biz/homeModuleUser/list',
method: 'get',
@@ -14,7 +14,7 @@ export function getHomeModuleList(params: any) {
/**
* 获取指标信息列表
*/
export function getItemInfoList(params: any) {
export function getItemInfoList(params) {
return request({
url: '/biz/itemInfo/list',
method: 'get',
@@ -25,7 +25,7 @@ export function getItemInfoList(params: any) {
/**
* 获取指标信息列表
*/
export function getIndexInfoList(params: any) {
export function getIndexInfoList(params) {
return request({
url: '/biz/indexInfo/list',
method: 'get',
@@ -36,7 +36,7 @@ export function getIndexInfoList(params: any) {
/**
* 获取账号信息列表
*/
export function getErpAccountList(params: any) {
export function getErpAccountList(params) {
return request({
url: '/biz/erpAccount/list',
method: 'get',
@@ -47,7 +47,7 @@ export function getErpAccountList(params: any) {
/**
* 获取交易分类信息列表
*/
export function getErpCategoryList(params: any) {
export function getErpCategoryList(params) {
return request({
url: '/biz/erpCategory/list',
method: 'get',
@@ -58,7 +58,7 @@ export function getErpCategoryList(params: any) {
/**
* 获取明细信息列表
*/
export function getErpTransactionFlowList(params: any) {
export function getErpTransactionFlowList(params) {
return request({
url: '/biz/erpTransactionFlow/list',
method: 'get',