mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
performance
This commit is contained in:
@@ -9,6 +9,8 @@ import { DelegarPage } from 'src/app/modals/delegar/delegar.page';
|
||||
import { AddNotePage } from 'src/app/modals/add-note/add-note.page';
|
||||
import { BookMeetingModalPage } from 'src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page';
|
||||
import { customTask, fullTask } from 'src/app/models/dailyworktask.model';
|
||||
import { RouteService } from 'src/app/services/route.service';
|
||||
import { TaskService } from 'src/app/services/task.service'
|
||||
|
||||
@Component({
|
||||
selector: 'app-diplomas-gerar-options',
|
||||
@@ -30,6 +32,8 @@ export class DiplomasGerarOptionsPage implements OnInit {
|
||||
private despachoService: DespachoService,
|
||||
private navParams: NavParams,
|
||||
private router: Router,
|
||||
private RouteService: RouteService,
|
||||
public TaskService: TaskService
|
||||
) { }
|
||||
|
||||
ngOnInit() {
|
||||
@@ -178,7 +182,8 @@ export class DiplomasGerarOptionsPage implements OnInit {
|
||||
goBack() {
|
||||
|
||||
this.popoverController.dismiss();
|
||||
this.router.navigate(['/home/gabinete-digital/diplomas-gerar']);
|
||||
this.RouteService.goBack();
|
||||
this.TaskService.loadDespachos();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user