大屏项目初始化

This commit is contained in:
2026-03-10 23:34:35 +08:00
parent 7558b6b6ac
commit 66ba1f496e

View File

@@ -9,4 +9,13 @@ export function getChartList(params) {
method: 'get',
params: params
})
}
export function getChartListAll(params) {
return request({
url: '/biz/chartInfo/listAll',
method: 'get',
params: params
})
}