This commit is contained in:
wangshiming
2022-04-11 14:01:05 +08:00
parent a1f2fb4c23
commit 8c477a6b94
2 changed files with 14 additions and 1 deletions

View File

@ -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