@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 +2 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -4
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22941,7 +22941,9 @@ const popupFind = async _ref7 => {
|
|
|
22941
22941
|
let {
|
|
22942
22942
|
scopeThis
|
|
22943
22943
|
} = _ref7;
|
|
22944
|
+
console.log('joker测试 000', scopeThis.formData === scopeThis.queryInit.formData);
|
|
22944
22945
|
unclassified.deepClone.replaceObject(scopeThis.formData, scopeThis.query.formData);
|
|
22946
|
+
console.log('joker测试 111', scopeThis.formData === scopeThis.queryInit.formData);
|
|
22945
22947
|
scopeThis.tableData.sort = JSON.parse(JSON.stringify(scopeThis.query.sort));
|
|
22946
22948
|
scopeThis.tableData.pageSize = scopeThis.query.pageSize;
|
|
22947
22949
|
scopeThis.tableData.currentPage = scopeThis.query.currentPage;
|
|
@@ -22998,11 +23000,7 @@ const submitFind = async _ref1 => {
|
|
|
22998
23000
|
let {
|
|
22999
23001
|
scopeThis
|
|
23000
23002
|
} = _ref1;
|
|
23001
|
-
console.log('joker测试 000', scopeThis.formData);
|
|
23002
|
-
console.log('joker测试 111', scopeThis.queryInit.formData);
|
|
23003
23003
|
unclassified.deepClone.replaceObject(scopeThis.query.formData, scopeThis.formData);
|
|
23004
|
-
console.log('joker测试 222', scopeThis.formData);
|
|
23005
|
-
console.log('joker测试 333', scopeThis.queryInit.formData);
|
|
23006
23004
|
scopeThis.query.sort = JSON.parse(JSON.stringify(scopeThis.tableData.sort));
|
|
23007
23005
|
scopeThis.query.pageSize = scopeThis.tableData.pageSize;
|
|
23008
23006
|
scopeThis.query.currentPage = scopeThis.tableData.currentPage;
|