@yoooloo42/joker 1.0.243 → 1.0.245
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 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -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,
|
|
@@ -22768,6 +22766,7 @@ const refresh = async _ref => {
|
|
|
22768
22766
|
routerInstance: scopeThis.routerInstance || null
|
|
22769
22767
|
});
|
|
22770
22768
|
scopeThis.tableProps.table.loading.visible = false;
|
|
22769
|
+
console.log('测试 000', result);
|
|
22771
22770
|
if (result.code === 0) {
|
|
22772
22771
|
unclassified.deepClone.deepMerge(scopeThis.tableData, {
|
|
22773
22772
|
data: result.data,
|
|
@@ -22795,7 +22794,7 @@ const reload = async _ref2 => {
|
|
|
22795
22794
|
let {
|
|
22796
22795
|
scopeThis
|
|
22797
22796
|
} = _ref2;
|
|
22798
|
-
unclassified.deepClone.replaceObject(scopeThis.query
|
|
22797
|
+
unclassified.deepClone.replaceObject(scopeThis.query, scopeThis.queryInit);
|
|
22799
22798
|
const result = await refresh({
|
|
22800
22799
|
scopeThis
|
|
22801
22800
|
});
|