@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.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22640,6 +22640,7 @@ const ly0default$4 = {
|
|
|
22640
22640
|
const refresh = async _ref => {
|
|
22641
22641
|
let {
|
|
22642
22642
|
scopeThis,
|
|
22643
|
+
tableData,
|
|
22643
22644
|
message
|
|
22644
22645
|
} = _ref;
|
|
22645
22646
|
const result = await ly0request$1.storpro({
|
|
@@ -22652,7 +22653,7 @@ const refresh = async _ref => {
|
|
|
22652
22653
|
}
|
|
22653
22654
|
});
|
|
22654
22655
|
if (result.code === 0) {
|
|
22655
|
-
|
|
22656
|
+
tableData = {
|
|
22656
22657
|
data: result.data,
|
|
22657
22658
|
total: result.total
|
|
22658
22659
|
};
|