2
0

fix:仪表盘站点搜索功能

This commit is contained in:
zhongzm
2025-02-14 17:42:46 +08:00
parent e6a5d91b5e
commit 28ab9dceeb
2 changed files with 2 additions and 7 deletions

View File

@@ -210,7 +210,7 @@ export function getDashboardOverview() {
});
}
/** 获取仪表盘站点列表 */
export function getDashboardSiteList(params: { pageNum: number; pageSize: number; name?: string }) {
export function getDashboardSiteList(params: { pageNum: number; pageSize: number; searchKey?: string }) {
return request<Api.DashboardSiteResponse>({
url: '/system/dashboard/page',
method: 'get',