@yoooloo42/joker 1.0.268 → 1.0.270
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/index.cjs.js +2 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -6
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22893,9 +22893,8 @@ const currentPageChange = async _ref4 => {
|
|
|
22893
22893
|
currentPage,
|
|
22894
22894
|
scopeThis
|
|
22895
22895
|
} = _ref4;
|
|
22896
|
-
console.log('joker测试 111', currentPage);
|
|
22897
22896
|
scopeThis.query.currentPage = currentPage;
|
|
22898
|
-
await
|
|
22897
|
+
await refresh({
|
|
22899
22898
|
scopeThis
|
|
22900
22899
|
});
|
|
22901
22900
|
};
|
|
@@ -42098,9 +42097,6 @@ const hdl = {
|
|
|
42098
42097
|
}
|
|
42099
42098
|
},
|
|
42100
42099
|
async currentPageChange(currentPage) {
|
|
42101
|
-
|
|
42102
|
-
console.log('joker测试 000', currentPage);
|
|
42103
|
-
|
|
42104
42100
|
// 当前页码改变
|
|
42105
42101
|
tableData_box.currentPage = currentPage;
|
|
42106
42102
|
if(tableProps_box.table.hdlCurrentPageChange){
|
|
@@ -42525,7 +42521,7 @@ return (_ctx, _cache) => {
|
|
|
42525
42521
|
createVNode(_component_el_pagination, {
|
|
42526
42522
|
total: unref(tableData_box).total,
|
|
42527
42523
|
"page-size": unref(tableData_box).pageSize,
|
|
42528
|
-
"page-sizes":
|
|
42524
|
+
"page-sizes": unref(tableData_box).pageSizes,
|
|
42529
42525
|
"current-page": unref(tableData_box).currentPage,
|
|
42530
42526
|
style: normalizeStyle(style.pagination),
|
|
42531
42527
|
onSizeChange: hdl.pageSizeChange,
|