@yoooloo42/joker 1.0.267 → 1.0.269

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 CHANGED
@@ -22897,8 +22897,9 @@ const currentPageChange = async _ref4 => {
22897
22897
  currentPage,
22898
22898
  scopeThis
22899
22899
  } = _ref4;
22900
+ console.log('joker测试 111', currentPage);
22900
22901
  scopeThis.query.currentPage = currentPage;
22901
- await reload({
22902
+ await refresh({
22902
22903
  scopeThis
22903
22904
  });
22904
22905
  };
@@ -42101,6 +42102,9 @@ const hdl = {
42101
42102
  }
42102
42103
  },
42103
42104
  async currentPageChange(currentPage) {
42105
+
42106
+ console.log('joker测试 000', currentPage);
42107
+
42104
42108
  // 当前页码改变
42105
42109
  tableData_box.currentPage = currentPage;
42106
42110
  if(tableProps_box.table.hdlCurrentPageChange){
@@ -42318,7 +42322,7 @@ return (_ctx, _cache) => {
42318
42322
  stripe: "",
42319
42323
  border: "",
42320
42324
  "element-loading-text": "tableProps_box.table.loading.text",
42321
- "element-loading-spinner": " tableProps_box.table.loading.spinner",
42325
+ "element-loading-spinner": "tableProps_box.table.loading.spinner",
42322
42326
  "element-loading-background": "tableProps_box.table.loading.background",
42323
42327
  onCellMouseEnter: hdl.cellMouseEnter,
42324
42328
  onRowClick: hdl.rowClick,