fix: 修复实体切换时间搜索高亮不生效的问题
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user