@yoooloo42/joker 1.0.242 → 1.0.243
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 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22042,6 +22042,7 @@ async function storpro(_ref3) {
|
|
|
22042
22042
|
routerInstance = null // 路由实例
|
|
22043
22043
|
} = _ref3;
|
|
22044
22044
|
try {
|
|
22045
|
+
console.log('request.ly0.storpro 测试 111', data);
|
|
22045
22046
|
if (!storproName) {
|
|
22046
22047
|
return null;
|
|
22047
22048
|
}
|
|
@@ -22754,6 +22755,7 @@ const refresh = async _ref => {
|
|
|
22754
22755
|
scopeThis,
|
|
22755
22756
|
message
|
|
22756
22757
|
} = _ref;
|
|
22758
|
+
console.log('with-table 测试 000', scopeThis.query.formData);
|
|
22757
22759
|
scopeThis.tableProps.table.loading.visible = true;
|
|
22758
22760
|
const result = await ly0request$1.storpro({
|
|
22759
22761
|
storproName: scopeThis.storpro.refresh,
|