大屏页面初始化
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user