CN-1076 下钻table,若url未指定维度,则默认高亮第一个维度(如IP的下钻tab里有IP,则默认应为IP,而不是country)

This commit is contained in:
hyx
2023-06-14 10:16:33 +08:00
parent 032be847b1
commit 6c7a5ec9be

View File

@@ -1151,7 +1151,7 @@ export default {
}
})
this.list = this.getDrilldownTabList(tabName)
const curTab = this.getCurTab(clickTab)
const curTab = this.getCurTab()
tabList.forEach(tab => {
if (tab.name === curTab.name) {
this.combineColumnList(tab.name)
@@ -1163,7 +1163,7 @@ export default {
/* this.list.forEach(tab => {
const hiddenTab = tabList.find(item => item.name == tab.name)
}) */
const curTab = this.getCurTab(clickTab)
const curTab = this.getCurTab()
tabList.forEach(tab => {
if (tab.name === curTab.name) {
this.combineColumnList(tab.name)