@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.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,
@@ -22764,6 +22762,7 @@ const refresh = async _ref => {
22764
22762
  routerInstance: scopeThis.routerInstance || null
22765
22763
  });
22766
22764
  scopeThis.tableProps.table.loading.visible = false;
22765
+ console.log('测试 000', result);
22767
22766
  if (result.code === 0) {
22768
22767
  unclassified.deepClone.deepMerge(scopeThis.tableData, {
22769
22768
  data: result.data,
@@ -22791,7 +22790,7 @@ const reload = async _ref2 => {
22791
22790
  let {
22792
22791
  scopeThis
22793
22792
  } = _ref2;
22794
- unclassified.deepClone.replaceObject(scopeThis.query.formData, scopeThis.queryInit);
22793
+ unclassified.deepClone.replaceObject(scopeThis.query, scopeThis.queryInit);
22795
22794
  const result = await refresh({
22796
22795
  scopeThis
22797
22796
  });