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

This commit is contained in:
chenjinsong
2022-05-23 20:10:24 +08:00
parent 89a71f44f7
commit fa336559ec
2 changed files with 1 additions and 2 deletions

View File

@@ -86,7 +86,6 @@ export default {
})
this.totalCount = count
}
console.info('current-column-change', n, this.totalCount, this.filterData)
}
},
methods: {
@@ -102,7 +101,6 @@ export default {
})
item.showTopTen = true
this.currentColumn = item.column
console.info('show-top-dialog', item)
const queryParams = {
q: this.q,
entityType: filter.type,