From 36c3db5deef237f678b3f575df9f8a69030d6900 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Tue, 7 Nov 2023 16:35:28 +0800 Subject: [PATCH] =?UTF-8?q?CN-1414=20fix:=20policy=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A1=86=E5=8F=82=E6=95=B0=E4=BB=8Ename=E6=94=B9=E4=B8=BAq?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/detections/detectionPolicies/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/detections/detectionPolicies/Index.vue b/src/views/detections/detectionPolicies/Index.vue index 8367b903..84877c31 100644 --- a/src/views/detections/detectionPolicies/Index.vue +++ b/src/views/detections/detectionPolicies/Index.vue @@ -125,7 +125,7 @@ export default { onSearch (keyWord) { this.filterParams = { ...this.filterParams, - name: keyWord + q: keyWord } this.search(this.filterParams, 'detection') },