mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 02:08:10 +08:00
feat: 仪表板编辑时可以按照仪表板复用视图
This commit is contained in:
@@ -165,6 +165,14 @@ export function queryPanelViewTree() {
|
||||
})
|
||||
}
|
||||
|
||||
export function queryPanelMultiplexingViewTree() {
|
||||
return request({
|
||||
url: '/panel/group/queryPanelMultiplexingViewTree',
|
||||
method: 'post',
|
||||
loading: false
|
||||
})
|
||||
}
|
||||
|
||||
export function initPanelComponentsData(panelId, callback) {
|
||||
// 加载仪表板组件视图数据
|
||||
queryPanelComponents(panelId).then(rep => {
|
||||
|
||||
Reference in New Issue
Block a user