fix: 直接复制tab组件内部视图依然是软连接问题

This commit is contained in:
wangjiahao
2022-04-26 18:03:37 +08:00
parent abe2349947
commit d033387c60
5 changed files with 80 additions and 11 deletions

View File

@@ -27,6 +27,14 @@ export function chartCopy(id, panelId) {
loading: false
})
}
export function chartBatchCopy(params, panelId) {
return request({
url: '/chart/view/chartBatchCopy/' + panelId,
method: 'post',
data: params,
loading: false
})
}
export function chartGroupTree(data) {
return request({
url: '/chart/group/tree',