CN-1076 下钻table,若url未指定维度,则默认高亮第一个维度(如IP的下钻tab里有IP,则默认应为IP,而不是country)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user