paas-component-library 1.0.38 → 1.0.40
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/dist/paas-ui.js
CHANGED
|
@@ -21035,7 +21035,7 @@ const vYe = /* @__PURE__ */ zr(dYe, [["render", pYe]]), mYe = jh({
|
|
|
21035
21035
|
vars: {
|
|
21036
21036
|
deep: !0,
|
|
21037
21037
|
handler() {
|
|
21038
|
-
this.filter = "", this.page.current = 1, this.initFlag = !1, this.loadData();
|
|
21038
|
+
this.loading || (this.filter = "", this.page.current = 1, this.initFlag = !1, this.loadData());
|
|
21039
21039
|
}
|
|
21040
21040
|
},
|
|
21041
21041
|
modelValue: {
|
|
@@ -21046,7 +21046,7 @@ const vYe = /* @__PURE__ */ zr(dYe, [["render", pYe]]), mYe = jh({
|
|
|
21046
21046
|
}
|
|
21047
21047
|
},
|
|
21048
21048
|
mounted() {
|
|
21049
|
-
this.initFlag && (this.initFlag = !1, this.initFromModelValue()
|
|
21049
|
+
this.initFlag && (this.initFlag = !1, this.initFromModelValue());
|
|
21050
21050
|
},
|
|
21051
21051
|
methods: {
|
|
21052
21052
|
initFromModelValue(r = this.modelValue) {
|