@yoooloo42/joker 1.0.269 → 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 +1 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -5
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22897,7 +22897,6 @@ const currentPageChange = async _ref4 => {
|
|
|
22897
22897
|
currentPage,
|
|
22898
22898
|
scopeThis
|
|
22899
22899
|
} = _ref4;
|
|
22900
|
-
console.log('joker测试 111', currentPage);
|
|
22901
22900
|
scopeThis.query.currentPage = currentPage;
|
|
22902
22901
|
await refresh({
|
|
22903
22902
|
scopeThis
|
|
@@ -42102,9 +42101,6 @@ const hdl = {
|
|
|
42102
42101
|
}
|
|
42103
42102
|
},
|
|
42104
42103
|
async currentPageChange(currentPage) {
|
|
42105
|
-
|
|
42106
|
-
console.log('joker测试 000', currentPage);
|
|
42107
|
-
|
|
42108
42104
|
// 当前页码改变
|
|
42109
42105
|
tableData_box.currentPage = currentPage;
|
|
42110
42106
|
if(tableProps_box.table.hdlCurrentPageChange){
|
|
@@ -42529,7 +42525,7 @@ return (_ctx, _cache) => {
|
|
|
42529
42525
|
vue.createVNode(_component_el_pagination, {
|
|
42530
42526
|
total: vue.unref(tableData_box).total,
|
|
42531
42527
|
"page-size": vue.unref(tableData_box).pageSize,
|
|
42532
|
-
"page-sizes":
|
|
42528
|
+
"page-sizes": vue.unref(tableData_box).pageSizes,
|
|
42533
42529
|
"current-page": vue.unref(tableData_box).currentPage,
|
|
42534
42530
|
style: vue.normalizeStyle(style.pagination),
|
|
42535
42531
|
onSizeChange: hdl.pageSizeChange,
|