@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
@@ -1299,14 +1299,14 @@ class SmartVictimDetailComponent {
|
|
1299
1299
|
});
|
1300
1300
|
}
|
1301
1301
|
if (this.victimForm.value.homePhone) {
|
1302
|
+
console.log('this.victimForm.value.homePhone 0');
|
1303
|
+
console.log(this.victimForm.value.homePhone);
|
1302
1304
|
this.victimForm.value.homePhone = this.victimForm.value.homePhone.replace(/[()\s-]/g, '');
|
1303
1305
|
console.log('this.victimForm.value.homePhone 1');
|
1304
1306
|
console.log(this.victimForm.value.homePhone);
|
1305
1307
|
}
|
1306
1308
|
else {
|
1307
1309
|
this.victimForm.value.homePhone = null;
|
1308
|
-
console.log('this.victimForm.value.homePhone 2');
|
1309
|
-
console.log(this.victimForm.value.homePhone);
|
1310
1310
|
}
|
1311
1311
|
if (this.victimForm.value.workPhone) {
|
1312
1312
|
this.victimForm.value.workPhone = this.victimForm.value.workPhone.replace(/[()\s-]/g, '');
|