iptdevs-design-system 3.1.478 → 3.1.479
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/cod-form-self-managed/cod-self-managed.component.mjs +4 -2
- package/fesm2015/iptdevs-design-system.mjs +3 -1
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +3 -1
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6659,9 +6659,11 @@ class CodSelfManagedComponent {
|
|
|
6659
6659
|
};
|
|
6660
6660
|
console.log(request);
|
|
6661
6661
|
this.commercialService.updateControlStepsCodSelfManaged(request).subscribe((response) => {
|
|
6662
|
+
console.log(response);
|
|
6662
6663
|
this.countInitialStep = 0;
|
|
6663
6664
|
console.log('response.countInitialStep', this.countInitialStep);
|
|
6664
|
-
|
|
6665
|
+
// if (response.message.code == 1) {
|
|
6666
|
+
// }
|
|
6665
6667
|
});
|
|
6666
6668
|
}
|
|
6667
6669
|
}
|