feat: 仪表板编辑时可以按照仪表板复用视图

This commit is contained in:
wangjiahao
2022-05-24 22:32:11 +08:00
parent 292ecf16d5
commit da26a5b40f
27 changed files with 913 additions and 73 deletions

View File

@@ -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 => {