ocpview-plus 1.0.9 → 1.0.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.0.7";
456
+ const version$2 = "1.0.9";
457
457
  const title = "ocpviewPlus";
458
458
  const description = "A high quality Service UI components Library with Vue.js";
459
459
  const homepage = "";
@@ -26919,6 +26919,13 @@ const _sfc_main$1n = {
26919
26919
  if (this.config.onOpenChange) {
26920
26920
  this.config.onOpenChange(newValue);
26921
26921
  }
26922
+ if (!newValue) {
26923
+ if (this.searchParam) {
26924
+ if (!this.searchParam.notfatherclean) {
26925
+ this.query.Config.lastQueryParam = {};
26926
+ }
26927
+ }
26928
+ }
26922
26929
  },
26923
26930
  immediate: true
26924
26931
  }