Skip to content

Commit

Permalink
Merge pull request #239 from lotteon2/develop
Browse files Browse the repository at this point in the history
[FIX] fix order history pagination
  • Loading branch information
PlayEnergy authored Jan 20, 2024
2 parents 13edcad + 7fdb586 commit dbc75f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/order/OrderHistoryComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const handleSelectedOptionChange = async (
option: DefaultOptionType | DefaultOptionType[]
) => {
selectedOption.value = String(value)
requestPage.value = 0
await fetchDefaultData(0, selectedOption.value)
}
</script>
Expand Down

0 comments on commit dbc75f8

Please sign in to comment.