mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 18:38:16 +08:00
feat(数据大屏、仪表板): 支持应用导出
This commit is contained in:
@@ -94,3 +94,11 @@ export const getComponentInfo = dvId => {
|
||||
loading: false
|
||||
})
|
||||
}
|
||||
|
||||
export const export2AppCheck = dvId => {
|
||||
return request.get({
|
||||
url: '/dataVisualization/export2AppCheck/' + dvId,
|
||||
method: 'get',
|
||||
loading: true
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user