fix: 调整搜索组件showHint样式和提示文本,隐藏/显示相关实体时联动左侧filter
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user