fix pagination gdt

This commit is contained in:
ogerly 2023-01-09 10:13:58 +01:00
parent b69a59bd6d
commit 14923f3091

View File

@ -85,7 +85,7 @@ export default {
} }
}, },
watch: { watch: {
gdt() { currentPage() {
if (this.gdt) { if (this.gdt) {
this.updateGdt() this.updateGdt()
} }