@yoooloo42/joker 1.0.217 → 1.0.218
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 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22852,8 +22852,8 @@ const init = async _ref6 => {
|
|
|
22852
22852
|
scopeThis
|
|
22853
22853
|
} = _ref6;
|
|
22854
22854
|
console.log('测试 444 初始化');
|
|
22855
|
-
scopeThis.tableProps.table.
|
|
22856
|
-
scopeThis.tableProps.table.
|
|
22855
|
+
scopeThis.tableProps.table.hdlPageSizeChange = pageSizeChange;
|
|
22856
|
+
scopeThis.tableProps.table.hdlCurrentPageChange = currentPageChange;
|
|
22857
22857
|
if (scopeThis.pgData) {
|
|
22858
22858
|
await getPgData({
|
|
22859
22859
|
scopeThis
|