fix bug
This commit is contained in:
@ -497,7 +497,10 @@ export class insuranceManagementListComponent implements OnInit {
|
||||
];
|
||||
}
|
||||
showImg(_record: any) {
|
||||
// var newUrl=_record.policyUrl.replace('http','https')
|
||||
// window.open(newUrl,'_self');
|
||||
window.location.href = `${_record.policyUrl}`;
|
||||
// this.service.downloadFile(`${_record.policyUrl}`)
|
||||
// const params = {
|
||||
// imgList: [_record.policyUrl],
|
||||
// index: 0
|
||||
|
||||
Reference in New Issue
Block a user