mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 07:23:34 +01:00
fix(webui): reset duplicate match table when hash is changed
This commit is contained in:
parent
aa96484969
commit
b051528cba
1 changed files with 3 additions and 1 deletions
|
|
@ -69,7 +69,9 @@ export default Vue.extend({
|
|||
deep: true,
|
||||
},
|
||||
hash(val) {
|
||||
this.options.page = 1
|
||||
this.options = {}
|
||||
this.elements = []
|
||||
this.totalElements = 0
|
||||
this.loadData(val)
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue