Skip to content

Commit

Permalink
recipe selector search fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tnze committed Sep 28, 2024
1 parent b32e474 commit d89e267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/recipe-manager/RecipePanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ async function triggerSearch() {
const source = await settingStore.getDataSource
const pageNumber = pagination.Page
const searching = searchText.value
pagination.Page = 1; // 触发搜索时应该翻回第一页,否则搜不到东西
await updateRecipePage(source, pageNumber, searching)
}
Expand Down

0 comments on commit d89e267

Please sign in to comment.