fix: 修复实体详情搜索时间为空,左侧筛选条件点击弹框展示错误

This commit is contained in:
@changcode
2022-05-16 11:09:04 +08:00
parent a90ad0881e
commit f9b5c2e92d
2 changed files with 2 additions and 1 deletions

View File

@@ -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) {