Quitado argumento innecesario

This commit is contained in:
Alejandro Tasistro 2025-03-18 19:39:06 -03:00
parent 2ca91addb0
commit 354079519a

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();
} }
} }
} }