mirror of
https://github.com/gotson/komga.git
synced 2026-05-06 03:27:08 +02: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,
|
deep: true,
|
||||||
},
|
},
|
||||||
hash(val) {
|
hash(val) {
|
||||||
this.options.page = 1
|
this.options = {}
|
||||||
|
this.elements = []
|
||||||
|
this.totalElements = 0
|
||||||
this.loadData(val)
|
this.loadData(val)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue