trabajando en el comparador

This commit is contained in:
2024-12-17 21:47:08 +01:00
parent 643f84684a
commit 2df473edb6
15 changed files with 1345 additions and 1454 deletions

View File

@ -97,7 +97,7 @@ class DatosLibro {
this.removeService('fajaColor');
}
}
changeFerro() {
if (this.ferro.prop('checked')) {
@ -112,6 +112,7 @@ class DatosLibro {
if (this.prototipo.prop('checked')) {
this.addService('prototipo');
this.ferro.prop('checked', true).trigger('change');
}
else {
this.removeService('prototipo');
@ -396,4 +397,5 @@ class DatosLibro {
}
}
export default DatosLibro;