CN-1479 fix: 搜索组件补全模糊搜索与tag模式关于枚举in操作的处理
This commit is contained in:
@@ -181,7 +181,7 @@ export default {
|
||||
}
|
||||
localStorage.setItem(storageKey.detectionSearchHistory, JSON.stringify(arr))
|
||||
}
|
||||
this.$emit('search', { q, metaList })
|
||||
this.$emit('search', { q, metaList, str })
|
||||
},
|
||||
changeParams (params) {
|
||||
this.$refs.search.addParams(params)
|
||||
|
||||
Reference in New Issue
Block a user