awf-test-lib 0.0.97 → 0.0.98
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.
@@ -386,6 +386,7 @@ class ContactComponent {
|
|
386
386
|
this.reasons = this.reasons.filter(x => (x.code == ReasonCode.SDI || x.code == ReasonCode.OTH));
|
387
387
|
this.selectPM(this.selectedSystem);
|
388
388
|
this.loadForm();
|
389
|
+
console.log('changed');
|
389
390
|
}
|
390
391
|
// convenience getter for easy access to form fields
|
391
392
|
get f() {
|
@@ -463,7 +464,7 @@ class ContactComponent {
|
|
463
464
|
}
|
464
465
|
else {
|
465
466
|
if (selectedSystem.pmJobs.length === 0) {
|
466
|
-
this.
|
467
|
+
this.showPm = false;
|
467
468
|
}
|
468
469
|
else {
|
469
470
|
this.selectedSystem = selectedSystem;
|