diff --git a/frontend/src/business/components/track/plan/components/TestPlanTestCaseList.vue b/frontend/src/business/components/track/plan/components/TestPlanTestCaseList.vue index 5c09a6d47c..aaf66860fe 100644 --- a/frontend/src/business/components/track/plan/components/TestPlanTestCaseList.vue +++ b/frontend/src/business/components/track/plan/components/TestPlanTestCaseList.vue @@ -44,7 +44,7 @@ + v-model="condition.name" @change="search" clearable/> @@ -137,7 +137,7 @@ - @@ -195,6 +195,9 @@ }); } }, + search() { + this.initTableData(); + }, buildPagePath(path) { return path + "/" + this.currentPage + "/" + this.pageSize; },