@yoooloo42/joker 1.0.276 → 1.0.277

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