paas-component-library 1.0.7 → 1.0.8
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
|
@@ -20997,8 +20997,7 @@ const $Ye = /* @__PURE__ */ Ur(jYe, [["render", RYe]]), DYe = jh({
|
|
|
20997
20997
|
disabled: { type: Boolean, default: !1 },
|
|
20998
20998
|
modelValue: [String, Array],
|
|
20999
20999
|
url: { type: String, required: !0 },
|
|
21000
|
-
vars: { type: Object, default: () => ({}) }
|
|
21001
|
-
formContext: Object
|
|
21000
|
+
vars: { type: Object, default: () => ({}) }
|
|
21002
21001
|
},
|
|
21003
21002
|
data() {
|
|
21004
21003
|
return {
|
|
@@ -21030,9 +21029,6 @@ const $Ye = /* @__PURE__ */ Ur(jYe, [["render", RYe]]), DYe = jh({
|
|
|
21030
21029
|
// 判断是否有下一页
|
|
21031
21030
|
hasNextPage() {
|
|
21032
21031
|
return this.page.current < this.totalPages;
|
|
21033
|
-
},
|
|
21034
|
-
rootValue() {
|
|
21035
|
-
return console.log("formContext", this.formContext), this.formContext && this.formContext.rootValue ? this.formContext.rootValue : {};
|
|
21036
21032
|
}
|
|
21037
21033
|
},
|
|
21038
21034
|
watch: {
|
|
@@ -21042,12 +21038,6 @@ const $Ye = /* @__PURE__ */ Ur(jYe, [["render", RYe]]), DYe = jh({
|
|
|
21042
21038
|
this.filter = "", this.page.current = 1, this.initFlag = !1, this.loadData();
|
|
21043
21039
|
}
|
|
21044
21040
|
},
|
|
21045
|
-
rootValue: {
|
|
21046
|
-
immediate: !0,
|
|
21047
|
-
handler(r, e) {
|
|
21048
|
-
console.log("rootValue", r, e);
|
|
21049
|
-
}
|
|
21050
|
-
},
|
|
21051
21041
|
modelValue: {
|
|
21052
21042
|
immediate: !0,
|
|
21053
21043
|
handler(r) {
|