@yoooloo42/joker 1.0.171 → 1.0.172

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 CHANGED
@@ -22719,15 +22719,11 @@ const reload = async _ref2 => {
22719
22719
  let {
22720
22720
  scopeThis
22721
22721
  } = _ref2;
22722
- console.log('测试 000', scopeThis.queryInit);
22723
- console.log('测试 111', scopeThis.query);
22724
22722
  unclassified.deepClone.replaceObject(scopeThis.query, scopeThis.queryInit);
22725
22723
  const result = await refresh({
22726
22724
  scopeThis
22727
22725
  });
22728
22726
  elementPlus.ElMessage(result.code === 0 ? '数据已重载' : '数据重载错误');
22729
- console.log('测试 222', scopeThis.queryInit);
22730
- console.log('测试 333', scopeThis.query);
22731
22727
  };
22732
22728
 
22733
22729
  // 获取页面数据附加
@@ -22826,7 +22822,11 @@ const submitFind = async _ref9 => {
22826
22822
  let {
22827
22823
  scopeThis
22828
22824
  } = _ref9;
22825
+ console.log('测试 000', scopeThis.queryInit);
22826
+ console.log('测试 111', scopeThis.query);
22829
22827
  unclassified.deepClone.replaceObject(scopeThis.query.formData, scopeThis.formData);
22828
+ console.log('测试 222', scopeThis.queryInit);
22829
+ console.log('测试 333', scopeThis.query);
22830
22830
  scopeThis.query.sort = !!scopeThis.tableData.sort ? JSON.parse(JSON.stringify(scopeThis.tableData.sort)) : null;
22831
22831
  scopeThis.query.pageSize = !!scopeThis.tableData.pageSize ? scopeThis.tableData.pageSize : ly0default$4.pageSize;
22832
22832
  scopeThis.query.currentPage = !!scopeThis.tableData.currentPage ? scopeThis.tableData.currentPage : ly0default$4.currentPage;