ocpview-plus 1.3.13 → 1.3.14

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.12";
456
+ const version$2 = "1.3.13";
457
457
  const title = "ocpviewPlus";
458
458
  const description = "A high quality Service UI components Library with Vue.js";
459
459
  const homepage = "";
@@ -47369,6 +47369,9 @@ const _sfc_main$v = {
47369
47369
  this.btnReadOnly = true;
47370
47370
  }
47371
47371
  },
47372
+ setModulecode(value) {
47373
+ this.modulecode = value;
47374
+ },
47372
47375
  doInitData(data) {
47373
47376
  this.$refs.grid.setData(data);
47374
47377
  },