this.loadData();
this.navigationService.savePage$.pipe(take(1)).subscribe(() => {
this.saveData();
});
this.updateShownFields();
this.navigationService.formFieldsReady$.pipe(take(1)).subscribe(() => {
this.updateShownFields();
});
this.navigationService.setCurrentPage('general-certification')
this.navigationservice.formFieldsReady $没有被调用,它位于模式组件的ngonInit上。