CN-1479 fix: 搜索组件补全模糊搜索与tag模式关于枚举in操作的处理

This commit is contained in:
刘洪洪
2023-12-12 10:06:21 +08:00
parent e1a26b60ae
commit 3d5c69d87b
7 changed files with 202 additions and 47 deletions

View File

@@ -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)