diff --git a/src/app/components/job-group/job-group.component.ts b/src/app/components/job-group/job-group.component.ts index 8bf1f7d..8302ad8 100644 --- a/src/app/components/job-group/job-group.component.ts +++ b/src/app/components/job-group/job-group.component.ts @@ -315,7 +315,9 @@ current_group_id:number=0; // dispatchEvent(event); setTimeout(() => { this.refreshList(); + this.job_group = this.current_group_id; this.member_added_result =''; + }, 3000); } else