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