Quitado argumento innecesario
This commit is contained in:
parent
2ca91addb0
commit
354079519a
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue