mirror of
https://github.com/gotson/komga.git
synced 2026-05-06 03:27:08 +02:00
fix(webui): page hash matches dialog would not reset properly
This commit is contained in:
parent
f7dc98aa7e
commit
c0c7b09faa
1 changed files with 3 additions and 1 deletions
|
|
@ -69,7 +69,9 @@ export default Vue.extend({
|
||||||
deep: true,
|
deep: true,
|
||||||
},
|
},
|
||||||
hash(val) {
|
hash(val) {
|
||||||
this.options = {}
|
this.options.page = 1
|
||||||
|
this.options.sortBy = []
|
||||||
|
this.options.sortDesc = []
|
||||||
this.elements = []
|
this.elements = []
|
||||||
this.totalElements = 0
|
this.totalElements = 0
|
||||||
this.loadData(val)
|
this.loadData(val)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue