@yoooloo42/joker 1.0.268 → 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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22895,7 +22895,7 @@ const currentPageChange = async _ref4 => {
|
|
|
22895
22895
|
} = _ref4;
|
|
22896
22896
|
console.log('joker测试 111', currentPage);
|
|
22897
22897
|
scopeThis.query.currentPage = currentPage;
|
|
22898
|
-
await
|
|
22898
|
+
await refresh({
|
|
22899
22899
|
scopeThis
|
|
22900
22900
|
});
|
|
22901
22901
|
};
|