@csmart/ngc-smart-victim 1.14.10-ng → 1.14.11
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 +3 -3
- package/fesm2015/csmart-ngc-smart-victim.mjs +2 -2
- package/fesm2015/csmart-ngc-smart-victim.mjs.map +1 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs +2 -2
- package/fesm2020/csmart-ngc-smart-victim.mjs.map +1 -1
- package/package.json +1 -1
@@ -1295,14 +1295,14 @@ class SmartVictimDetailComponent {
|
|
1295
1295
|
});
|
1296
1296
|
}
|
1297
1297
|
if (this.victimForm.value.homePhone) {
|
1298
|
+
console.log('this.victimForm.value.homePhone 0');
|
1299
|
+
console.log(this.victimForm.value.homePhone);
|
1298
1300
|
this.victimForm.value.homePhone = this.victimForm.value.homePhone.replace(/[()\s-]/g, '');
|
1299
1301
|
console.log('this.victimForm.value.homePhone 1');
|
1300
1302
|
console.log(this.victimForm.value.homePhone);
|
1301
1303
|
}
|
1302
1304
|
else {
|
1303
1305
|
this.victimForm.value.homePhone = null;
|
1304
|
-
console.log('this.victimForm.value.homePhone 2');
|
1305
|
-
console.log(this.victimForm.value.homePhone);
|
1306
1306
|
}
|
1307
1307
|
if (this.victimForm.value.workPhone) {
|
1308
1308
|
this.victimForm.value.workPhone = this.victimForm.value.workPhone.replace(/[()\s-]/g, '');
|