ocpview-plus 1.0.8 → 1.0.9
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.
|
@@ -26750,6 +26750,17 @@ const _sfc_main$1n = {
|
|
|
26750
26750
|
}
|
|
26751
26751
|
if (flag) {
|
|
26752
26752
|
if (this.config.selectkey) {
|
|
26753
|
+
if (this.query && this.query.Config) {
|
|
26754
|
+
const lastParam = this.query.Config.lastQueryParam;
|
|
26755
|
+
if (lastParam) {
|
|
26756
|
+
const newParam = { ...lastParam, ...this.searchParam };
|
|
26757
|
+
if (JSON.stringify(lastParam) === "{}") {
|
|
26758
|
+
this.query.Config.lastQueryParam = newParam;
|
|
26759
|
+
}
|
|
26760
|
+
this.searchParam = { ...newParam };
|
|
26761
|
+
this.$refs["popView"].setSearchBeforeSearchParam(this.searchParam);
|
|
26762
|
+
}
|
|
26763
|
+
}
|
|
26753
26764
|
this.popShow = true;
|
|
26754
26765
|
if (this.myConfig.clearCondition !== false) {
|
|
26755
26766
|
if (this.$refs["popView"].clearCondition) {
|