refactor/totales #41

Merged
atasistro merged 16 commits from refactor/totales into master 2025-04-13 23:22:10 -03:00
Showing only changes of commit 354079519a - Show all commits

View file

@ -41,7 +41,7 @@ export default {
mounted() { mounted() {
if (this.$root.gdc) { if (this.$root.gdc) {
this.gdc = this.$root.gdc; this.gdc = this.$root.gdc;
this.obtenerValor(this); this.obtenerValor();
} }
} }
} }