@csmart/ngc-smart-victim 1.18.15 → 1.18.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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');
|