解决冲突

This commit is contained in:
wangshiming
2022-02-25 16:39:11 +08:00
parent a93c4fa051
commit 4685f7ed60

View File

@ -501,11 +501,12 @@ export class insuranceManagementListComponent implements OnInit {
]; ];
} }
showImg(_record: any) { showImg(_record: any) {
const params = { window.location.href = `${_record.policyUrl}`;
imgList: [_record.policyUrl], // const params = {
index: 0 // imgList: [_record.policyUrl],
}; // index: 0
this.modal.create({ nzContent: ImageViewComponent, nzComponentParams: { params } }); // };
// this.modal.create({ nzContent: ImageViewComponent, nzComponentParams: { params } });
} }
/** /**
* 查询字段个数 * 查询字段个数