CN-773: 曲线图支持框选缩放

This commit is contained in:
刘洪洪
2022-11-09 17:23:31 +08:00
parent e355eb31cd
commit 39edceb0dd
5 changed files with 126 additions and 6 deletions

View File

@@ -840,7 +840,6 @@ export function changeTabState (param, value) {
})
}
export function getTabList (curTable, curMetric) {
console.log('getTabList--------------')
let tabs = []
if (curTable.hasMetricSearch) { // 有metric
const metricsList = curTable ? curTable.metrics : []