@yoooloo42/joker 1.0.149 → 1.0.150
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 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22651,6 +22651,7 @@ const refresh = async _ref => {
|
|
|
22651
22651
|
page: scopeThis.query && scopeThis.query.currentPage ? scopeThis.query.currentPage : 1
|
|
22652
22652
|
}
|
|
22653
22653
|
});
|
|
22654
|
+
console.log('测试 000', result);
|
|
22654
22655
|
if (result.code === 0) {
|
|
22655
22656
|
scopeThis.tableData = {
|
|
22656
22657
|
data: result.data,
|