fix(webui): page hash matches dialog would not reset properly

This commit is contained in:
Gauthier Roebroeck 2022-02-14 10:29:37 +08:00
parent f7dc98aa7e
commit c0c7b09faa

View file

@ -69,7 +69,9 @@ export default Vue.extend({
deep: true,
},
hash(val) {
this.options = {}
this.options.page = 1
this.options.sortBy = []
this.options.sortDesc = []
this.elements = []
this.totalElements = 0
this.loadData(val)