Refresh and closing fixed
This commit is contained in:
@@ -44,6 +44,8 @@ export class AddFamilyComponent implements OnInit {
|
||||
this.lastname='';
|
||||
this.isModalOpen = false;
|
||||
this.isModalOpenBackdrop= false;
|
||||
dispatchEvent(new Event("family_refresh_list"));
|
||||
|
||||
}
|
||||
|
||||
isDisabled:boolean= true;
|
||||
|
||||
@@ -29,7 +29,9 @@ export class FamilyPage implements OnInit {
|
||||
public familysuggestPendingService: FamilysuggestPendingService
|
||||
) {
|
||||
|
||||
|
||||
addEventListener('family_refresh_list', () => {
|
||||
this.getFamilyData();
|
||||
});
|
||||
}
|
||||
member_uid:string='';
|
||||
ngOnInit() {
|
||||
|
||||
Reference in New Issue
Block a user