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