ocpview-plus 1.3.9 → 1.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -453,7 +453,7 @@ common.initEview = function(ViewUI2) {
453
453
  common.initAnchor(ViewUI2.Anchor);
454
454
  };
455
455
  const name = "ocpview-plus";
456
- const version$2 = "1.3.8";
456
+ const version$2 = "1.3.9";
457
457
  const title = "ocpviewPlus";
458
458
  const description = "A high quality Service UI components Library with Vue.js";
459
459
  const homepage = "";
@@ -30201,6 +30201,7 @@ const _sfc_main$1m = {
30201
30201
  notdelfile: "N",
30202
30202
  downfile: "",
30203
30203
  delfile: "",
30204
+ pdffile: "/mss-sysconf-boot/downloadPdf?filekey=",
30204
30205
  scenetype: "1",
30205
30206
  proName: {
30206
30207
  "billmoduleid": "billmoduleid",
@@ -30279,6 +30280,9 @@ const _sfc_main$1m = {
30279
30280
  if (!this.myConfig.uploadfile) {
30280
30281
  this.myConfig.uploadfile = this.OmdUrl.uploadfile;
30281
30282
  }
30283
+ if (!this.myConfig.pdffile) {
30284
+ this.myConfig.pdffile = this.OmdUrl.pdffile;
30285
+ }
30282
30286
  let usercode = this.getUserCode();
30283
30287
  let username = this.getUserName();
30284
30288
  let userInfo = "&usercode=" + usercode + "&username=" + username + "&ent_id=" + this.getEnt_id();