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();