大屏页面初始化

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 getHomeRoleList(params: any) {
export function getHomeRoleList(params) {
return request({
url: '/biz/homeRole/list',
method: 'get',
@@ -14,7 +14,7 @@ export function getHomeRoleList(params: any) {
/**
* 获取指标信息列表
*/
export function getHomeRoleUserList(params: any) {
export function getHomeRoleUserList(params) {
return request({
url: '/biz/homeRole/userList',
method: 'get',
@@ -59,7 +59,7 @@ export function getHomeRoleSave(data) {
/**
* 删除角色信息
*/
export function getHomeRoleDelete(params: any) {
export function getHomeRoleDelete(params) {
return request({
url: '/biz/homeRole/delete',
method: 'post',