解决冲突

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) {
const params = {
imgList: [_record.policyUrl],
index: 0
};
this.modal.create({ nzContent: ImageViewComponent, nzComponentParams: { params } });
window.location.href = `${_record.policyUrl}`;
// const params = {
// imgList: [_record.policyUrl],
// index: 0
// };
// this.modal.create({ nzContent: ImageViewComponent, nzComponentParams: { params } });
}
/**
* 查询字段个数