iptdevs-design-system 2.7.70 → 2.7.72
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-three/cod-form-step-three.component.mjs +2 -1
- package/esm2020/lib/cod/steps/cod-form-step-two/cod-form-step-two.component.mjs +5 -3
- package/fesm2015/iptdevs-design-system.mjs +5 -2
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +5 -2
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2964,8 +2964,10 @@ class CodFormStepTwoComponent extends CodFormSteps {
|
|
|
2964
2964
|
// this.codFormStepTwo.controls['state'].setValue(this.initialData.student.id_card);
|
|
2965
2965
|
// this.codFormStepTwo.controls['city'].setValue(this.initialData.student.city);
|
|
2966
2966
|
this.codFormStepTwo.controls['gender'].setValue(this.initialData.student.gender);
|
|
2967
|
-
this.codFormStepTwo.controls['grade'].setValue(this.adicinfoData.grade);
|
|
2968
|
-
|
|
2967
|
+
// this.codFormStepTwo.controls['grade'].setValue(this.adicinfoData.grade);
|
|
2968
|
+
console.log(this.adicinfoData.grade);
|
|
2969
|
+
// this.codFormStepTwo.controls['student_occupation'].setValue(this.adicinfoData.occupation);
|
|
2970
|
+
console.log(this.adicinfoData.occupation);
|
|
2969
2971
|
this.codFormStepTwo.controls['nickname'].setValue(this.initialData.student.nick_name);
|
|
2970
2972
|
this.codFormStepTwo.controls['student_phone_indicative'].setValue(this.initialData.student.phone_indicative);
|
|
2971
2973
|
this.codFormStepTwo.controls['student_phone_number'].setValue(this.initialData.student.phone_number);
|
|
@@ -3209,6 +3211,7 @@ class CodFormStepThreeComponent extends CodFormSteps {
|
|
|
3209
3211
|
this.startLocalStorageWork();
|
|
3210
3212
|
this.validateErrors();
|
|
3211
3213
|
if (this.parentData != null) {
|
|
3214
|
+
this.setValueStepThree();
|
|
3212
3215
|
}
|
|
3213
3216
|
}
|
|
3214
3217
|
validateErrors() {
|