|
|
@@ -55,7 +55,7 @@ export class InstrumentWorkComponent implements OnInit {
|
|
|
this.formData = this.formDataService.getFormData();
|
|
|
this.formData.instrumentos;
|
|
|
this.indexDynamicComponent = this.ads.findIndex(
|
|
|
- x => x.component.name == this.formData.instrumentos
|
|
|
+ x => x.data.key == this.formData.instrumentos
|
|
|
);
|
|
|
if (this.indexDynamicComponent >= 0) {
|
|
|
this.loadComponent();
|