cimos7-vue3-common 0.4.34 → 0.4.36
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.
|
@@ -84447,13 +84447,13 @@ function QEe(e, r) {
|
|
|
84447
84447
|
return {
|
|
84448
84448
|
pageInfo: a,
|
|
84449
84449
|
ResetPage: (v) => {
|
|
84450
|
-
v && v.hasOwnProperty("pageIndex") ? _B(a, v) : (a.pageIndex = 1, a.total = 0), e && e(), r && r();
|
|
84450
|
+
v && v.hasOwnProperty("pageIndex") ? _B(a, v) : (a.pageIndex = 1, a.total = 0), console.log("pageInfo.ResetPage"), e && e(), r && r();
|
|
84451
84451
|
},
|
|
84452
84452
|
PageIndexChange: (v) => {
|
|
84453
|
-
e && e(), r && r();
|
|
84453
|
+
console.log("pageInfo.PageIndexChange"), e && e(), r && r();
|
|
84454
84454
|
},
|
|
84455
84455
|
PageSizeChange: () => {
|
|
84456
|
-
e && e(), r && r();
|
|
84456
|
+
console.log("pageInfo.PageSizeChange"), e && e(), r && r();
|
|
84457
84457
|
}
|
|
84458
84458
|
};
|
|
84459
84459
|
}
|
|
@@ -84520,11 +84520,6 @@ const pEe = {
|
|
|
84520
84520
|
hasSearchCard: {
|
|
84521
84521
|
type: Boolean,
|
|
84522
84522
|
default: !1
|
|
84523
|
-
},
|
|
84524
|
-
total: {
|
|
84525
|
-
type: Number,
|
|
84526
|
-
default: 0,
|
|
84527
|
-
required: !1
|
|
84528
84523
|
}
|
|
84529
84524
|
},
|
|
84530
84525
|
emits: ["row-click", "update:modelValue", "search", "reset", "loadSuccess", "loadData"],
|
|
@@ -84552,7 +84547,7 @@ const pEe = {
|
|
|
84552
84547
|
b.value = we, v("loadSuccess", we);
|
|
84553
84548
|
});
|
|
84554
84549
|
} else
|
|
84555
|
-
b.value = w.tableData
|
|
84550
|
+
b.value = w.tableData;
|
|
84556
84551
|
}, $ = () => {
|
|
84557
84552
|
var le, we;
|
|
84558
84553
|
if (f.value.length === 0) {
|