|
@@ -298,7 +298,7 @@ export default {
|
|
// this.attachment[0].fileRelativePath =
|
|
// this.attachment[0].fileRelativePath =
|
|
// process.env.VUE_APP_BASE_API + this.attachment[0].fileRelativePath;
|
|
// process.env.VUE_APP_BASE_API + this.attachment[0].fileRelativePath;
|
|
this.attachment[0].fileRelativePath =
|
|
this.attachment[0].fileRelativePath =
|
|
- process.env.VUE_APP_PDF_API + this.attachment[0].fileRelativePath;
|
|
|
|
|
|
+ process.env.VUE_APP_BASE_API + this.attachment[0].fileRelativePath;
|
|
console.log(this.attachment[0].fileRelativePath);
|
|
console.log(this.attachment[0].fileRelativePath);
|
|
this.getNumPages();
|
|
this.getNumPages();
|
|
}
|
|
}
|
|
@@ -340,7 +340,7 @@ export default {
|
|
// this.attachment[0].fileRelativePath =
|
|
// this.attachment[0].fileRelativePath =
|
|
// process.env.VUE_APP_BASE_API + this.attachment[0].fileRelativePath;
|
|
// process.env.VUE_APP_BASE_API + this.attachment[0].fileRelativePath;
|
|
this.attachment[0].fileRelativePath =
|
|
this.attachment[0].fileRelativePath =
|
|
- process.env.VUE_APP_PDF_API + this.attachment[0].fileRelativePath;
|
|
|
|
|
|
+ process.env.VUE_APP_BASE_API + this.attachment[0].fileRelativePath;
|
|
console.log(this.attachment[0].fileRelativePath);
|
|
console.log(this.attachment[0].fileRelativePath);
|
|
this.getNumPages();
|
|
this.getNumPages();
|
|
}
|
|
}
|