CN-1414 fix: policy搜索框参数从name改为q

This commit is contained in:
chenjinsong
2023-11-07 16:35:28 +08:00
parent 366bb8f17f
commit 36c3db5dee

View File

@@ -125,7 +125,7 @@ export default {
onSearch (keyWord) {
this.filterParams = {
...this.filterParams,
name: keyWord
q: keyWord
}
this.search(this.filterParams, 'detection')
},