From cc649a7e9a972a33ff8f6cbc23414bf1e7a45262 Mon Sep 17 00:00:00 2001 From: teukkk Date: Tue, 19 Nov 2024 17:24:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=94=A8=E4=BE=8B-=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=9A=84=E9=AB=98=E7=BA=A7=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E5=B8=A6=E5=85=A5=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1048952 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001048952 --- .../test-plan/testPlan/detail/featureCase/detail/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/test-plan/testPlan/detail/featureCase/detail/index.vue b/frontend/src/views/test-plan/testPlan/detail/featureCase/detail/index.vue index 1212e07934..71dfe4930c 100644 --- a/frontend/src/views/test-plan/testPlan/detail/featureCase/detail/index.vue +++ b/frontend/src/views/test-plan/testPlan/detail/featureCase/detail/index.vue @@ -612,7 +612,6 @@ sort: {}, filter: {}, keyword: '', - combine: {}, searchMode: 'AND', projectId: appStore.currentProjectId, }); @@ -627,6 +626,7 @@ pageSize, current, filter, + combineSearch, keyword: _keyword, sort, moduleIds, @@ -648,6 +648,7 @@ collectionId, treeType, projectId, + combineSearch, }; } getPlanDetail();