iptdevs-design-system 3.1.884 → 3.1.885
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/cod/steps/cod-form-step-one/cod-form-step-one.component.mjs +2 -2
- package/fesm2015/iptdevs-design-system.mjs +1 -1
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +1 -1
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3749,7 +3749,7 @@ class CodFormStepOneComponent extends CodFormSteps {
|
|
|
3749
3749
|
}
|
|
3750
3750
|
handleDataChanges(changes) {
|
|
3751
3751
|
// Caso 1: Hay initialData y NO hay dataPreviusCodData
|
|
3752
|
-
if (changes['initialData']?.currentValue) {
|
|
3752
|
+
if (changes['initialData']?.currentValue && !this.isEditCod && !this.isRenovation && !this.courseSelectRenovation) {
|
|
3753
3753
|
console.log("Procesando initialData (tiene prioridad)");
|
|
3754
3754
|
this.processData(this.initialData);
|
|
3755
3755
|
return;
|