@yoooloo42/joker 1.0.289 → 1.0.290
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 +3 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -47646,6 +47646,7 @@ var tableProps = {
|
|
|
47646
47646
|
let {
|
|
47647
47647
|
scopeThis
|
|
47648
47648
|
} = _ref;
|
|
47649
|
+
console.log('测试 000');
|
|
47649
47650
|
withTable.reload({
|
|
47650
47651
|
scopeThis
|
|
47651
47652
|
});
|
|
@@ -47656,6 +47657,7 @@ var tableProps = {
|
|
|
47656
47657
|
let {
|
|
47657
47658
|
scopeThis
|
|
47658
47659
|
} = _ref2;
|
|
47660
|
+
console.log('测试 111');
|
|
47659
47661
|
withTable.refresh({
|
|
47660
47662
|
scopeThis
|
|
47661
47663
|
});
|
|
@@ -47666,6 +47668,7 @@ var tableProps = {
|
|
|
47666
47668
|
let {
|
|
47667
47669
|
scopeThis
|
|
47668
47670
|
} = _ref3;
|
|
47671
|
+
console.log('测试 222', scopeThis);
|
|
47669
47672
|
withTable.popupFind({
|
|
47670
47673
|
scopeThis
|
|
47671
47674
|
});
|