fix:仪表盘站点搜索功能
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user