Refresh and closing fixed

This commit is contained in:
CHIEFSOFT\ameye
2023-12-16 14:26:57 -05:00
parent f7075ce182
commit 6fbd55d5e8
2 changed files with 5 additions and 1 deletions
@@ -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;
+3 -1
View File
@@ -29,7 +29,9 @@ export class FamilyPage implements OnInit {
public familysuggestPendingService: FamilysuggestPendingService
) {
addEventListener('family_refresh_list', () => {
this.getFamilyData();
});
}
member_uid:string='';
ngOnInit() {