@csmart/ngc-smart-victim 1.14.41 → 1.14.43
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 +4 -4
- package/fesm2015/csmart-ngc-smart-victim.mjs +3 -3
- package/fesm2015/csmart-ngc-smart-victim.mjs.map +1 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs +3 -3
- package/fesm2020/csmart-ngc-smart-victim.mjs.map +1 -1
- package/package.json +1 -1
@@ -1088,15 +1088,15 @@ class SmartVictimDetailComponent {
|
|
1088
1088
|
if (this.result) {
|
1089
1089
|
this.victimService.deleteVictims(this.victimDetail.victimId, this.staffId)
|
1090
1090
|
.subscribe(result => {
|
1091
|
-
this.snackBar.open('Delete Successfully!
|
1091
|
+
this.snackBar.open('Delete Successfully!', '', {
|
1092
1092
|
duration: 3000,
|
1093
1093
|
});
|
1094
1094
|
});
|
1095
|
-
this.onSave.emit(this.victimDetail);
|
1095
|
+
// this.onSave.emit(this.victimDetail);
|
1096
1096
|
// this.router.navigate(['victim']);
|
1097
1097
|
setTimeout(() => {
|
1098
1098
|
window.location.reload();
|
1099
|
-
},
|
1099
|
+
}, 1500);
|
1100
1100
|
}
|
1101
1101
|
});
|
1102
1102
|
}
|