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