@csmart/ngc-smart-victim 1.14.20 → 1.14.21
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/smart-victim-detail/smart-victim-detail.component.mjs +2 -4
- package/fesm2015/csmart-ngc-smart-victim.mjs +1 -3
- package/fesm2015/csmart-ngc-smart-victim.mjs.map +1 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs +1 -3
- package/fesm2020/csmart-ngc-smart-victim.mjs.map +1 -1
- package/package.json +1 -1
@@ -1001,7 +1001,6 @@ class SmartVictimDetailComponent {
|
|
1001
1001
|
//required field end
|
1002
1002
|
if (this.victimDetail != null) {
|
1003
1003
|
// edit record
|
1004
|
-
this.homePhoneControl.setValue(this.victimDetail.homePhone);
|
1005
1004
|
this.editMode = true;
|
1006
1005
|
this.showDelete = true;
|
1007
1006
|
this.victimId = this.victimDetail.victimId;
|
@@ -1579,7 +1578,7 @@ class SmartVictimDetailComponent {
|
|
1579
1578
|
this.victimDetail.birthDate = this.victimForm.value.birthDate;
|
1580
1579
|
this.victimDetail.genderCode = this.victimForm.value.genderCode;
|
1581
1580
|
this.victimDetail.minorFlag = this.victimForm.value.minorFlag;
|
1582
|
-
|
1581
|
+
this.victimDetail.homePhone = this.victimForm.value.homePhone;
|
1583
1582
|
console.log('this.victimForm.value.homePhone');
|
1584
1583
|
console.log(this.victimForm.value.homePhone);
|
1585
1584
|
console.log('this.victimDetail.homePhone');
|
@@ -1713,7 +1712,6 @@ class SmartVictimDetailComponent {
|
|
1713
1712
|
});
|
1714
1713
|
}
|
1715
1714
|
} //end of this.phoneValidationFlag = false
|
1716
|
-
console.log('11/7/23');
|
1717
1715
|
console.log('this.victimDetail');
|
1718
1716
|
console.log(this.victimDetail);
|
1719
1717
|
this.onSave.emit(this.victimDetail);
|