Resets current page after switching status tabs. #765.
This commit is contained in:
parent
cd96399fff
commit
c93117e6be
|
@ -100,6 +100,7 @@ export default {
|
|||
'getCollections'
|
||||
]),
|
||||
onChangeTab(status) {
|
||||
this.$eventBusSearch.resetPageOnStore();
|
||||
this.$eventBusSearch.setStatus(status);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue