report refresh changes

This commit is contained in:
Your Name 2021-08-04 10:19:58 +05:30
parent eeae750ec3
commit 9fd0093453
2 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,7 @@
</mat-card-title>
</div>
</div>
<mat-card-content no-padding #card_c>
<mat-card-content no-padding #card_c>
<div *ngIf="!Loading" class="report-card-container mat-elevation-z8">

View File

@ -53,7 +53,7 @@ export class SmcCreditComponent implements OnInit {
expandStatus: boolean=true;
exportExcelTableData: any;
exportExcelTableData: any;
excelExportData: any = [];
constructor(private excelExportService:ExcelExportService,private reportService:ReportsService,private dialog: MatDialog,private router:Router,private route: ActivatedRoute,private form_builder:FormBuilder,private notifier:NotifierService) {
@ -314,7 +314,10 @@ export class SmcCreditComponent implements OnInit {
dialogRef.afterClosed()
.subscribe(dataresult => {
//this.viewPdDetails(1,2)
this.searchPanel();
});
}