fix(工作台): 修复工作台测试计划概览检索bug

This commit is contained in:
xinxin.wu 2024-12-17 14:25:15 +08:00 committed by Craftsman
parent f5925a6ae0
commit 66fa5aa3b2
1 changed files with 0 additions and 7 deletions

View File

@ -4,8 +4,6 @@
v-model:model-value="searchKeyword" v-model:model-value="searchKeyword"
:placeholder="t('workbench.homePage.searchCard')" :placeholder="t('workbench.homePage.searchCard')"
allow-clear allow-clear
@search="searchList"
@press-enter="searchList"
@clear="resetSearch" @clear="resetSearch"
/> />
</div> </div>
@ -232,11 +230,6 @@
})); }));
}); });
//
function searchList(keyword: string) {
searchKeyword.value = keyword;
}
// //
function resetSearch() { function resetSearch() {
searchKeyword.value = ''; searchKeyword.value = '';