fix: 日志打印实体左侧筛选点击事件

This commit is contained in:
chenjinsong
2022-05-23 19:43:52 +08:00
parent 50158aba7c
commit 89a71f44f7

View File

@@ -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,