CN-1458 fix: detection事件列表的筛选功能与实体的统一

This commit is contained in:
刘洪洪
2023-11-10 14:11:46 +08:00
parent de698f0a71
commit bb2a7676e6
6 changed files with 218 additions and 335 deletions

View File

@@ -234,6 +234,9 @@ export default {
toRaw(this.codeMirror).setValue(this.str)
}
if (q) {
if (q.indexOf('+') > -1) {
q = q.replace('+', '')
}
if (q.indexOf('%') === 0 || q.indexOf('%20') > -1 || q.indexOf('%25') > -1) {
q = decodeURI(q)
} else {