|
|
@ -547,6 +547,12 @@ export default {
|
|
|
|
// let newWindow = window.open();
|
|
|
|
// let newWindow = window.open();
|
|
|
|
// newWindow.document.write(row.filePath)
|
|
|
|
// newWindow.document.write(row.filePath)
|
|
|
|
this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name=";
|
|
|
|
this.certFileUrl = this.BASE_URL + "/udiwms/image/register/file/getImage?type=image2&name=";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (row.filePath.toLowerCase().slice(-5).includes(".pdf")) {
|
|
|
|
|
|
|
|
window.open(this.certFileUrl + row.filePath.replace(",", ""));
|
|
|
|
|
|
|
|
return
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
this.imgList = [];
|
|
|
|
this.imgList = [];
|
|
|
|
previewImage({imageUrl: row.filePath, certFileUrl: this.certFileUrl}).then(response => {
|
|
|
|
previewImage({imageUrl: row.filePath, certFileUrl: this.certFileUrl}).then(response => {
|
|
|
|
if (response.code === 20000) {
|
|
|
|
if (response.code === 20000) {
|
|
|
|