fix: 修复实体切换时间搜索高亮不生效的问题

This commit is contained in:
刘洪洪
2024-01-09 11:19:44 +08:00
parent f4bf9a1f31
commit e0a8815d4a

View File

@@ -871,7 +871,8 @@ export default {
},
watch: {
timeFilter () {
this.search({ metaList: this.metaList, q: this.q, str: this.str })
const keywordList = this.getKeywordListByMetaList(this.metaList)
this.search({ metaList: this.metaList, q: this.q, str: this.str, keywordList: keywordList })
}
},
setup () {