@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.esm.js CHANGED
@@ -22893,7 +22893,6 @@ 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
22897
  await refresh({
22899
22898
  scopeThis
@@ -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": [unref(tableData_box).pageSize],
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,