@yoooloo42/joker 1.0.166 → 1.0.168
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 +8 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +8 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22715,7 +22715,7 @@ const reload = async _ref2 => {
|
|
|
22715
22715
|
let {
|
|
22716
22716
|
scopeThis
|
|
22717
22717
|
} = _ref2;
|
|
22718
|
-
|
|
22718
|
+
unclassified.deepClone.replaceObject(scopeThis.query, scopeThis.queryInit);
|
|
22719
22719
|
const result = await refresh({
|
|
22720
22720
|
scopeThis
|
|
22721
22721
|
});
|
|
@@ -22818,7 +22818,7 @@ const submitFind = async _ref9 => {
|
|
|
22818
22818
|
let {
|
|
22819
22819
|
scopeThis
|
|
22820
22820
|
} = _ref9;
|
|
22821
|
-
scopeThis.query.formData
|
|
22821
|
+
unclassified.deepClone.replaceObject(scopeThis.query.formData, scopeThis.formData);
|
|
22822
22822
|
scopeThis.query.sort = scopeThis.tableData.query && scopeThis.tableData.query.sort ? JSON.parse(JSON.stringify(scopeThis.tableData.query.sort)) : null;
|
|
22823
22823
|
scopeThis.query.pageSize = scopeThis.tableData.query && scopeThis.tableData.query.pageSize ? scopeThis.tableData.query.pageSize : ly0default$4.pageSize;
|
|
22824
22824
|
scopeThis.query.currentPage = scopeThis.tableData.query && scopeThis.tableData.query.currentPage ? scopeThis.tableData.query.currentPage : 1;
|
|
@@ -24168,6 +24168,9 @@ const props = __props;
|
|
|
24168
24168
|
// props属性包装,继承了顶层组件的响应性,页面和js可以使用相同的命名
|
|
24169
24169
|
let formData_box = props.modelValue;
|
|
24170
24170
|
const formProps_box = props.myProps;
|
|
24171
|
+
|
|
24172
|
+
console.log('测试 111', formProps_box);
|
|
24173
|
+
|
|
24171
24174
|
const scopeThis_box = props.scopeThis;
|
|
24172
24175
|
|
|
24173
24176
|
const style = reactive({
|
|
@@ -24410,6 +24413,9 @@ const props = __props;
|
|
|
24410
24413
|
// 顶层组件的props属性需做响应性包装,页面和js可以使用相同的命名
|
|
24411
24414
|
let formData_box = reactive(props.modelValue);
|
|
24412
24415
|
const formProps_box = reactive(unclassified.deepClone.deepDefaults(props.myProps, ly0default$3.myProps));
|
|
24416
|
+
|
|
24417
|
+
console.log('测试 000', formProps_box);
|
|
24418
|
+
|
|
24413
24419
|
const scopeThis_box = reactive(props.scopeThis);
|
|
24414
24420
|
|
|
24415
24421
|
return (_ctx, _cache) => {
|