Commit 2371d2cc by Jansa Jose

dc

parent 0f22cbdf
......@@ -795,7 +795,7 @@ export class DashboardComponent implements OnInit {
this.goTostep1Ref.nativeElement.click();
this.selectedIssues = [];
this.serviceHistoryTabRef.nativeElement.click();
this.appointmentTabRef.nativeElement.click();
this.getCustBookDetails();
} else {
......
......@@ -497,7 +497,7 @@ export class IndexComponent implements OnInit {
if(response.status == '1'){
this.closeWizardRef.nativeElement.click();
this.closeQuoteWizardRef.nativeElement.click();
this.router.navigate(['../dashboard'],{queryParams: {tab: 'service'}});
this.router.navigate(['../dashboard'],{queryParams: {tab: 'appointment'}});
} else {
this.loader = false;
return false;
......
......@@ -24,11 +24,11 @@
HOME
</a>
</li>
<li class="nav-item">
<!-- <li class="nav-item">
<a class="nav-link" (click)="goToPage('productlist')">
PURCHASE
</a>
</li>
</li> -->
<li class="nav-item">
<a class="nav-link base_arrow dropdown">
<div class="dropdown-toggle" data-toggle="dropdown">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment