fix: 日志打印实体左侧筛选点击事件
This commit is contained in:
@@ -86,6 +86,7 @@ export default {
|
|||||||
})
|
})
|
||||||
this.totalCount = count
|
this.totalCount = count
|
||||||
}
|
}
|
||||||
|
console.info('current-column-change', n, this.totalCount, this.filterData)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -101,6 +102,7 @@ export default {
|
|||||||
})
|
})
|
||||||
item.showTopTen = true
|
item.showTopTen = true
|
||||||
this.currentColumn = item.column
|
this.currentColumn = item.column
|
||||||
|
console.info('show-top-dialog', item)
|
||||||
const queryParams = {
|
const queryParams = {
|
||||||
q: this.q,
|
q: this.q,
|
||||||
entityType: filter.type,
|
entityType: filter.type,
|
||||||
|
|||||||
Reference in New Issue
Block a user