ocpview-plus 1.3.16 → 1.3.18

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.15";
456
+ const version$2 = "1.3.17";
457
457
  const title = "ocpviewPlus";
458
458
  const description = "A high quality Service UI components Library with Vue.js";
459
459
  const homepage = "";
@@ -57778,6 +57778,13 @@ const _sfc_main$8 = {
57778
57778
  this.$emit("doAction", obj);
57779
57779
  }
57780
57780
  }
57781
+ },
57782
+ onSubmitBefore() {
57783
+ let flag = true;
57784
+ if (this.$parent.onSubmitBefore() !== void 0) {
57785
+ flag = this.$parent.onSubmitBefore();
57786
+ }
57787
+ return flag;
57781
57788
  }
57782
57789
  },
57783
57790
  mounted() {