awf-test-lib 0.0.96 → 0.0.97
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.
@@ -384,6 +384,7 @@ class ContactComponent {
|
|
384
384
|
}
|
385
385
|
ngOnChanges() {
|
386
386
|
this.reasons = this.reasons.filter(x => (x.code == ReasonCode.SDI || x.code == ReasonCode.OTH));
|
387
|
+
this.selectPM(this.selectedSystem);
|
387
388
|
this.loadForm();
|
388
389
|
}
|
389
390
|
// convenience getter for easy access to form fields
|
@@ -455,6 +456,7 @@ class ContactComponent {
|
|
455
456
|
});
|
456
457
|
}
|
457
458
|
selectPM(selectedSystem) {
|
459
|
+
console.log(selectedSystem);
|
458
460
|
this.systemContainPm = true;
|
459
461
|
if (selectedSystem === undefined) {
|
460
462
|
return;
|