fix(webui): filter status not reset properly when changing library

This commit is contained in:
Gauthier Roebroeck 2020-06-04 20:19:46 +08:00
parent d79880e704
commit fea54313d3

View file

@ -223,6 +223,7 @@ export default Vue.extend({
// reset
this.sortActive = this.parseQuerySortOrDefault(to.query.sort)
this.filterStatus = this.parseQueryFilterStatus(to.query.status)
this.page = 1
this.totalPages = 1
this.totalElements = null