@yoooloo42/joker 1.0.172 → 1.0.173

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
@@ -22818,11 +22818,7 @@ const submitFind = async _ref9 => {
22818
22818
  let {
22819
22819
  scopeThis
22820
22820
  } = _ref9;
22821
- console.log('测试 000', scopeThis.queryInit);
22822
- console.log('测试 111', scopeThis.query);
22823
22821
  unclassified.deepClone.replaceObject(scopeThis.query.formData, scopeThis.formData);
22824
- console.log('测试 222', scopeThis.queryInit);
22825
- console.log('测试 333', scopeThis.query);
22826
22822
  scopeThis.query.sort = !!scopeThis.tableData.sort ? JSON.parse(JSON.stringify(scopeThis.tableData.sort)) : null;
22827
22823
  scopeThis.query.pageSize = !!scopeThis.tableData.pageSize ? scopeThis.tableData.pageSize : ly0default$4.pageSize;
22828
22824
  scopeThis.query.currentPage = !!scopeThis.tableData.currentPage ? scopeThis.tableData.currentPage : ly0default$4.currentPage;