iptdevs-design-system 3.1.6 → 3.1.7
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.
|
@@ -4236,6 +4236,7 @@ class CodFormComponent {
|
|
|
4236
4236
|
createCOD(totalData) {
|
|
4237
4237
|
this.isLoading = true;
|
|
4238
4238
|
this.loaderMessage = 'Creando COD, espere un momento';
|
|
4239
|
+
console.log('totaldata', totalData);
|
|
4239
4240
|
let request = this.getCreateCOD(totalData);
|
|
4240
4241
|
console.log(request);
|
|
4241
4242
|
this.commercialService.createCOD(request).subscribe({
|
|
@@ -4320,6 +4321,7 @@ class CodFormComponent {
|
|
|
4320
4321
|
state: data.filter(data => data.control === 'state')[0].value,
|
|
4321
4322
|
academic_plan: data.filter(data => data.control === 'academic_plan')[0].value,
|
|
4322
4323
|
};
|
|
4324
|
+
console.log(request);
|
|
4323
4325
|
return request;
|
|
4324
4326
|
}
|
|
4325
4327
|
changeStep(step) {
|