iptdevs-design-system 3.1.616 → 3.1.617
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-self-managed/steps/cod-form-step-three/cod-self-form-step-three.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
|
@@ -7346,7 +7346,6 @@ class CodSelfFormStepThreeComponent extends CodSelfManagedSteps {
|
|
|
7346
7346
|
this.completed.emit(3);
|
|
7347
7347
|
}
|
|
7348
7348
|
showTable() {
|
|
7349
|
-
this.isLoadingSelectLevels = true;
|
|
7350
7349
|
this.isFinancing = false;
|
|
7351
7350
|
this.financingData.emit(null);
|
|
7352
7351
|
const total_price = this.codSelfFormStepThree.controls['total_price'].value;
|
|
@@ -7382,6 +7381,7 @@ class CodSelfFormStepThreeComponent extends CodSelfManagedSteps {
|
|
|
7382
7381
|
// this.showTable();
|
|
7383
7382
|
// }
|
|
7384
7383
|
selectLevels(dataPayment, rowIndex) {
|
|
7384
|
+
this.isLoadingSelectLevels = true;
|
|
7385
7385
|
this.selectedRow = rowIndex;
|
|
7386
7386
|
if (this.codSelfFormStepThree.get('payment_method')?.value == 1) {
|
|
7387
7387
|
this.codSelfFormStepThree.controls['quota_times'].setValue(dataPayment.code);
|