@yoooloo42/joker 1.0.159 → 1.0.161

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
@@ -42496,17 +42496,11 @@ var script$c = {
42496
42496
  const props = __props;
42497
42497
 
42498
42498
  // 顶层组件的props属性需做响应性包装,页面和js可以使用相同的命名
42499
- let tableData_box = vue.reactive(unclassified.deepClone.deepMerge(props.modelValue, {
42500
- data: props.modelValue.data ?? ly0default$1.modelValue.data,
42501
- total: props.modelValue.total ?? ly0default$1.modelValue.total,
42502
- sort: props.modelValue.sort ?? ly0default$1.modelValue.sort,
42503
- pageSize: props.modelValue.pageSize ?? ly0default$1.modelValue.pageSize,
42504
- currentPage: props.modelValue.currentPage ?? ly0default$1.modelValue.currentPage,
42505
- }));
42506
- const tableProps_box = vue.reactive(unclassified.deepClone.deepMerge(
42507
- unclassified.deepClone.deepClone(ly0default$1.myProps),
42508
- props.myProps
42509
- ));
42499
+ let tableData_box = vue.reactive(unclassified.deepClone.deepMerge(props.modelValue, ly0default$1.modelValue));
42500
+ const tableProps_box = vue.reactive(unclassified.deepClone.deepMerge(props.myProps, ly0default$1.myProps));
42501
+
42502
+ console.log('测试 000', tableData_box);
42503
+ console.log('测试 111', tableProps_box);
42510
42504
 
42511
42505
  const scopeThis_box = vue.reactive(props.scopeThis);
42512
42506