diff --git a/src/views/entityExplorer/EntityExplorer.vue b/src/views/entityExplorer/EntityExplorer.vue index cd046d5f..6fed143a 100644 --- a/src/views/entityExplorer/EntityExplorer.vue +++ b/src/views/entityExplorer/EntityExplorer.vue @@ -462,7 +462,7 @@ export default { this.queryFilter({ entityType: 'domain', ...this.timeFilter }) this.queryFilter({ entityType: 'dns', ...this.timeFilter }) this.queryList({ ...this.pageObj, ...this.timeFilter }) - this.queryListTotal() + this.queryListTotal({ ...this.timeFilter }) } }, pageSize (val) { diff --git a/src/views/entityExplorer/EntityFilter.vue b/src/views/entityExplorer/EntityFilter.vue index 25274384..70e1281c 100644 --- a/src/views/entityExplorer/EntityFilter.vue +++ b/src/views/entityExplorer/EntityFilter.vue @@ -83,6 +83,7 @@ export default { } this.loading = true this.popoverData = [] + this.itemData = {} get(api.filterTop, queryParams).then(response => { if (response.code === 200) { if (this.currentColumn === item.column) {