@yoooloo42/joker 1.0.271 → 1.0.273

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
@@ -22883,7 +22883,7 @@ const pageSizeChange = async _ref3 => {
22883
22883
  } = _ref3;
22884
22884
  scopeThis.query.pageSize = pageSize;
22885
22885
  scopeThis.query.currentPage = 1;
22886
- await reload({
22886
+ await refresh({
22887
22887
  scopeThis
22888
22888
  });
22889
22889
  };
@@ -42133,8 +42133,8 @@ const hdl = {
42133
42133
  return ''
42134
42134
  }
42135
42135
  },
42136
+ // 页记录数改变
42136
42137
  async pageSizeChange(pageSize) {
42137
- // 页记录数改变
42138
42138
  tableData_box.pageSize = pageSize;
42139
42139
  tableData_box.currentPage = 1;
42140
42140
  if(tableProps_box.table.hdlPageSizeChange){
@@ -42622,6 +42622,7 @@ var ly0default$1 = {
42622
42622
  order: ""
42623
42623
  },
42624
42624
  pageSize: 10,
42625
+ pageSizes: [10, 20, 30, 40],
42625
42626
  currentPage: 1
42626
42627
  }
42627
42628
  };