iptdevs-design-system 3.1.235 → 3.1.237
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.
|
@@ -4675,6 +4675,7 @@ class CodFormComponent {
|
|
|
4675
4675
|
}
|
|
4676
4676
|
const totalData = [];
|
|
4677
4677
|
this.subscription = this.codFormControls.getControlValues().subscribe((controls) => {
|
|
4678
|
+
console.log(controls);
|
|
4678
4679
|
if (controls) {
|
|
4679
4680
|
for (let i = 1; i <= this.formSteps; i++) {
|
|
4680
4681
|
let controlsByStep = controls[i - 1];
|
|
@@ -4739,6 +4740,7 @@ class CodFormComponent {
|
|
|
4739
4740
|
this.isLoading = true;
|
|
4740
4741
|
this.loaderMessage = 'Editando COD, espere un momento';
|
|
4741
4742
|
let request = this.getCreateCOD(totalData);
|
|
4743
|
+
console.log(request);
|
|
4742
4744
|
// this.commercialService.EditCod(request).subscribe({
|
|
4743
4745
|
// });
|
|
4744
4746
|
}
|