@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.cjs.js
CHANGED
|
@@ -47650,6 +47650,7 @@ var tableProps = {
|
|
|
47650
47650
|
let {
|
|
47651
47651
|
scopeThis
|
|
47652
47652
|
} = _ref;
|
|
47653
|
+
console.log('测试 000');
|
|
47653
47654
|
withTable.reload({
|
|
47654
47655
|
scopeThis
|
|
47655
47656
|
});
|
|
@@ -47660,6 +47661,7 @@ var tableProps = {
|
|
|
47660
47661
|
let {
|
|
47661
47662
|
scopeThis
|
|
47662
47663
|
} = _ref2;
|
|
47664
|
+
console.log('测试 111');
|
|
47663
47665
|
withTable.refresh({
|
|
47664
47666
|
scopeThis
|
|
47665
47667
|
});
|
|
@@ -47670,6 +47672,7 @@ var tableProps = {
|
|
|
47670
47672
|
let {
|
|
47671
47673
|
scopeThis
|
|
47672
47674
|
} = _ref3;
|
|
47675
|
+
console.log('测试 222', scopeThis);
|
|
47673
47676
|
withTable.popupFind({
|
|
47674
47677
|
scopeThis
|
|
47675
47678
|
});
|