@yoooloo42/joker 1.0.154 → 1.0.155

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
@@ -22636,6 +22636,7 @@ const ly0default$4 = {
22636
22636
  const refresh = async _ref => {
22637
22637
  let {
22638
22638
  scopeThis,
22639
+ tableData,
22639
22640
  message
22640
22641
  } = _ref;
22641
22642
  const result = await ly0request.storpro({
@@ -22648,7 +22649,7 @@ const refresh = async _ref => {
22648
22649
  }
22649
22650
  });
22650
22651
  if (result.code === 0) {
22651
- scopeThis.tableData = {
22652
+ tableData = {
22652
22653
  data: result.data,
22653
22654
  total: result.total
22654
22655
  };