@csmart/ngc-smart-victim 1.18.15 → 1.18.16
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -284,8 +284,8 @@ export class SmartVictimDetailComponent implements OnInit, OnChanges {
|
|
284
284
|
// return;
|
285
285
|
// };
|
286
286
|
|
287
|
-
this.editMode = true;
|
288
|
-
this.victimId= 24401;
|
287
|
+
// this.editMode = true;
|
288
|
+
// this.victimId= 24401;
|
289
289
|
|
290
290
|
|
291
291
|
|
@@ -533,8 +533,8 @@ export class SmartVictimDetailComponent implements OnInit, OnChanges {
|
|
533
533
|
this.editVictim.emergencyContactPhone= newValue;
|
534
534
|
});
|
535
535
|
|
536
|
-
this.offenderId = 219151;
|
537
|
-
this.staffId = 2929;
|
536
|
+
// this.offenderId = 219151;
|
537
|
+
// this.staffId = 2929;
|
538
538
|
console.log('show offenderId');
|
539
539
|
console.log(this.offenderId);
|
540
540
|
console.log('show staffId');
|