fix: 调整搜索组件showHint样式和提示文本,隐藏/显示相关实体时联动左侧filter

This commit is contained in:
刘洪洪
2023-12-15 18:48:51 +08:00
parent 8b72a37489
commit 1d67584c9a
5 changed files with 50 additions and 32 deletions

View File

@@ -806,6 +806,7 @@ export default {
hideRelatedEntities (e) {
this.isHideRelatedEntities = e
this.reloadUrl({ hideRelated: e })
this.queryFilterNew({ q: this.q, ...this.pageObj, ...this.timeFilter })
this.queryList({ q: this.q, ...this.pageObj, ...this.timeFilter })
this.queryCount({ q: this.q, ...this.pageObj, ...this.timeFilter })
}