@yoooloo42/joker 1.0.171 → 1.0.172
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 +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22715,15 +22715,11 @@ const reload = async _ref2 => {
|
|
|
22715
22715
|
let {
|
|
22716
22716
|
scopeThis
|
|
22717
22717
|
} = _ref2;
|
|
22718
|
-
console.log('测试 000', scopeThis.queryInit);
|
|
22719
|
-
console.log('测试 111', scopeThis.query);
|
|
22720
22718
|
unclassified.deepClone.replaceObject(scopeThis.query, scopeThis.queryInit);
|
|
22721
22719
|
const result = await refresh({
|
|
22722
22720
|
scopeThis
|
|
22723
22721
|
});
|
|
22724
22722
|
ElMessage(result.code === 0 ? '数据已重载' : '数据重载错误');
|
|
22725
|
-
console.log('测试 222', scopeThis.queryInit);
|
|
22726
|
-
console.log('测试 333', scopeThis.query);
|
|
22727
22723
|
};
|
|
22728
22724
|
|
|
22729
22725
|
// 获取页面数据附加
|
|
@@ -22822,7 +22818,11 @@ const submitFind = async _ref9 => {
|
|
|
22822
22818
|
let {
|
|
22823
22819
|
scopeThis
|
|
22824
22820
|
} = _ref9;
|
|
22821
|
+
console.log('测试 000', scopeThis.queryInit);
|
|
22822
|
+
console.log('测试 111', scopeThis.query);
|
|
22825
22823
|
unclassified.deepClone.replaceObject(scopeThis.query.formData, scopeThis.formData);
|
|
22824
|
+
console.log('测试 222', scopeThis.queryInit);
|
|
22825
|
+
console.log('测试 333', scopeThis.query);
|
|
22826
22826
|
scopeThis.query.sort = !!scopeThis.tableData.sort ? JSON.parse(JSON.stringify(scopeThis.tableData.sort)) : null;
|
|
22827
22827
|
scopeThis.query.pageSize = !!scopeThis.tableData.pageSize ? scopeThis.tableData.pageSize : ly0default$4.pageSize;
|
|
22828
22828
|
scopeThis.query.currentPage = !!scopeThis.tableData.currentPage ? scopeThis.tableData.currentPage : ly0default$4.currentPage;
|