diff --git a/src/views/admin/components/other/items-status-tabs.vue b/src/views/admin/components/other/items-status-tabs.vue index ee24287a4..2426fe02e 100644 --- a/src/views/admin/components/other/items-status-tabs.vue +++ b/src/views/admin/components/other/items-status-tabs.vue @@ -100,6 +100,7 @@ export default { 'getCollections' ]), onChangeTab(status) { + this.$eventBusSearch.resetPageOnStore(); this.$eventBusSearch.setStatus(status); } }