report refresh changes
This commit is contained in:
parent
eeae750ec3
commit
9fd0093453
@ -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">
|
||||
|
||||
|
||||
@ -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();
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user