From 36cecc4df6f6622941dc38497bb2e0c6f10bf7e7 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Mon, 20 May 2024 17:49:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=8A=A5=E5=91=8A=E5=88=97=E8=A1=A8=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E6=93=8D=E4=BD=9Cfilter=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/api-test/report/component/reportList.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/api-test/report/component/reportList.vue b/frontend/src/views/api-test/report/component/reportList.vue index 3fac6a3321..327dff5535 100644 --- a/frontend/src/views/api-test/report/component/reportList.vue +++ b/frontend/src/views/api-test/report/component/reportList.vue @@ -16,7 +16,7 @@ @press-enter="searchList" @clear="searchList" /> - + @@ -323,7 +323,10 @@ ...params, selectIds: params?.selectedIds || [], condition: { - filter: propsRes.value.filter, + filter: { + ...propsRes.value.filter, + integrated: typeFilter.value, + }, keyword: keyword.value, }, projectId: appStore.currentProjectId,