refactor(仪表板、数据大屏): 优化仪表板展示速度

This commit is contained in:
wangjiahao
2024-11-22 19:08:33 +08:00
parent 283804828f
commit a3482a9f2f
11 changed files with 88 additions and 21 deletions

View File

@@ -35,6 +35,9 @@ export const findById = async (
return request.post({ url: '/dataVisualization/findById', data })
}
export const updateCheckVersion = dvId =>
request.get({ url: `/dataVisualization/updateCheckVersion/${dvId}` })
export const queryTreeApi = async (data: BusiTreeRequest): Promise<IResponse> => {
return request.post({ url: '/dataVisualization/tree', data }).then(res => {
return res?.data