@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.esm.js CHANGED
@@ -22038,7 +22038,6 @@ async function storpro(_ref3) {
22038
22038
  routerInstance = null // 路由实例
22039
22039
  } = _ref3;
22040
22040
  try {
22041
- console.log('request.ly0.storpro 测试 111', data);
22042
22041
  if (!storproName) {
22043
22042
  return null;
22044
22043
  }
@@ -22751,7 +22750,6 @@ const refresh = async _ref => {
22751
22750
  scopeThis,
22752
22751
  message
22753
22752
  } = _ref;
22754
- console.log('with-table 测试 000', scopeThis.query.formData);
22755
22753
  scopeThis.tableProps.table.loading.visible = true;
22756
22754
  const result = await ly0request.storpro({
22757
22755
  storproName: scopeThis.storpro.refresh,
@@ -22791,7 +22789,7 @@ const reload = async _ref2 => {
22791
22789
  let {
22792
22790
  scopeThis
22793
22791
  } = _ref2;
22794
- unclassified.deepClone.replaceObject(scopeThis.query.formData, scopeThis.queryInit);
22792
+ unclassified.deepClone.replaceObject(scopeThis.query, scopeThis.queryInit);
22795
22793
  const result = await refresh({
22796
22794
  scopeThis
22797
22795
  });