@yoooloo42/joker 1.0.277 → 1.0.279
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 +1 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22867,7 +22867,7 @@ const reload = async _ref2 => {
|
|
|
22867
22867
|
let {
|
|
22868
22868
|
scopeThis
|
|
22869
22869
|
} = _ref2;
|
|
22870
|
-
unclassified.deepClone.replaceObject(scopeThis.query, scopeThis.queryInit);
|
|
22870
|
+
unclassified.deepClone.replaceObject(scopeThis.query, JSON.parse(JSON.stringify(scopeThis.queryInit)));
|
|
22871
22871
|
const result = await refresh({
|
|
22872
22872
|
scopeThis,
|
|
22873
22873
|
noMessage: true
|
|
@@ -22941,9 +22941,7 @@ const popupFind = async _ref7 => {
|
|
|
22941
22941
|
let {
|
|
22942
22942
|
scopeThis
|
|
22943
22943
|
} = _ref7;
|
|
22944
|
-
console.log('joker测试 000', scopeThis.formData === scopeThis.queryInit.formData);
|
|
22945
22944
|
unclassified.deepClone.replaceObject(scopeThis.formData, scopeThis.query.formData);
|
|
22946
|
-
console.log('joker测试 111', scopeThis.formData === scopeThis.queryInit.formData);
|
|
22947
22945
|
scopeThis.tableData.sort = JSON.parse(JSON.stringify(scopeThis.query.sort));
|
|
22948
22946
|
scopeThis.tableData.pageSize = scopeThis.query.pageSize;
|
|
22949
22947
|
scopeThis.tableData.currentPage = scopeThis.query.currentPage;
|