fix: 修复实体详情搜索时间为空,左侧筛选条件点击弹框展示错误
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user