mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
refactor(仪表板、数据大屏): 优化仪表板展示速度
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user