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) {
|
||||
|
||||
Reference in New Issue
Block a user