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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ocpview-plus",
3
- "version": "1.3.13",
3
+ "version": "1.3.14",
4
4
  "title": "ocpviewPlus",
5
5
  "description": "A high quality Service UI components Library with Vue.js",
6
6
  "homepage": "",
@@ -542,6 +542,9 @@ export default {
542
542
  this.btnReadOnly = true;
543
543
  }
544
544
  },
545
+ setModulecode (value) {
546
+ this.modulecode = value;
547
+ },
545
548
  doInitData (data) {
546
549
  this.$refs.grid.setData(data);
547
550
  },