golden-logic-ui 1.1.20 → 1.1.21
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/golden-logic-ui.js
CHANGED
|
@@ -90518,9 +90518,6 @@ const lAe = {
|
|
|
90518
90518
|
},
|
|
90519
90519
|
customFilters() {
|
|
90520
90520
|
return this.xprops.customFilters;
|
|
90521
|
-
},
|
|
90522
|
-
route_get_data() {
|
|
90523
|
-
return this.xprops.route_get_data;
|
|
90524
90521
|
}
|
|
90525
90522
|
},
|
|
90526
90523
|
methods: {
|
|
@@ -90580,20 +90577,21 @@ const lAe = {
|
|
|
90580
90577
|
forDynCompIs(r) {
|
|
90581
90578
|
return typeof r == "object" ? r : null;
|
|
90582
90579
|
},
|
|
90583
|
-
GetItemLists(r = 1) {
|
|
90580
|
+
GetItemLists(r = 1, t = {}) {
|
|
90584
90581
|
this.isLoading = !0, this.page = r;
|
|
90585
|
-
const
|
|
90582
|
+
const s = {
|
|
90586
90583
|
sort: this.sortField,
|
|
90587
90584
|
order: this.sortOrder,
|
|
90588
90585
|
s: this.search,
|
|
90589
90586
|
limit: this.perPage,
|
|
90590
90587
|
page: this.page,
|
|
90591
|
-
...this.dynamicFilters
|
|
90588
|
+
...this.dynamicFilters,
|
|
90589
|
+
...t
|
|
90592
90590
|
};
|
|
90593
|
-
axios.get(this.route_get_data, { params:
|
|
90594
|
-
this.itemLists =
|
|
90595
|
-
}).catch((
|
|
90596
|
-
console.error(
|
|
90591
|
+
axios.get(this.xprops.route_get_data, { params: s }).then((l) => {
|
|
90592
|
+
this.itemLists = l.data, this.isLoading = !1;
|
|
90593
|
+
}).catch((l) => {
|
|
90594
|
+
console.error(l), this.isLoading = !1;
|
|
90597
90595
|
});
|
|
90598
90596
|
},
|
|
90599
90597
|
updateSortColumn(r, t) {
|
|
@@ -90970,7 +90968,7 @@ function DAe(r, t, s, l, c, f) {
|
|
|
90970
90968
|
])
|
|
90971
90969
|
], 64);
|
|
90972
90970
|
}
|
|
90973
|
-
const CRe = /* @__PURE__ */ Qi(lAe, [["render", DAe], ["__scopeId", "data-v-
|
|
90971
|
+
const CRe = /* @__PURE__ */ Qi(lAe, [["render", DAe], ["__scopeId", "data-v-331a26d2"]]), RAe = {
|
|
90974
90972
|
components: {},
|
|
90975
90973
|
props: {
|
|
90976
90974
|
data: Array,
|