From 89a71f44f736cf79a54cccf95e29aec1eb05041e Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Mon, 23 May 2022 19:43:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A5=E5=BF=97=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E5=AE=9E=E4=BD=93=E5=B7=A6=E4=BE=A7=E7=AD=9B=E9=80=89=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/entityExplorer/EntityFilter.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/entityExplorer/EntityFilter.vue b/src/views/entityExplorer/EntityFilter.vue index 973cb03f..36fb38fe 100644 --- a/src/views/entityExplorer/EntityFilter.vue +++ b/src/views/entityExplorer/EntityFilter.vue @@ -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,