大屏项目初始化

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

View File

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