mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Add a watch on gdt prop and when changed to true loads the gdt datas.
This commit is contained in:
parent
1c12cf45bb
commit
1a0dfa0e45
@ -79,7 +79,7 @@ export default {
|
||||
this.$emit('update-transactions', pagination)
|
||||
},
|
||||
},
|
||||
created() {
|
||||
mounted() {
|
||||
if (this.gdt) {
|
||||
this.updateGdt()
|
||||
}
|
||||
@ -90,6 +90,11 @@ export default {
|
||||
this.updateGdt()
|
||||
}
|
||||
},
|
||||
gdt() {
|
||||
if (this.gdt) {
|
||||
this.updateGdt()
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user