@yoooloo42/joker 1.0.275 → 1.0.276

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
@@ -23002,7 +23002,11 @@ const submitFind = async _ref1 => {
23002
23002
  let {
23003
23003
  scopeThis
23004
23004
  } = _ref1;
23005
+ console.log('joker测试 000', scopeThis.formData);
23006
+ console.log('joker测试 111', scopeThis.queryInit.formData);
23005
23007
  unclassified.deepClone.replaceObject(scopeThis.query.formData, scopeThis.formData);
23008
+ console.log('joker测试 222', scopeThis.formData);
23009
+ console.log('joker测试 333', scopeThis.queryInit.formData);
23006
23010
  scopeThis.query.sort = JSON.parse(JSON.stringify(scopeThis.tableData.sort));
23007
23011
  scopeThis.query.pageSize = scopeThis.tableData.pageSize;
23008
23012
  scopeThis.query.currentPage = scopeThis.tableData.currentPage;