解决冲突
This commit is contained in:
@ -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 } });
|
||||
}
|
||||
/**
|
||||
* 查询字段个数
|
||||
|
||||
Reference in New Issue
Block a user