@yoooloo42/joker 1.0.154 → 1.0.157
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 +3 -15
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -15
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22648,10 +22648,10 @@ const refresh = async _ref => {
|
|
|
22648
22648
|
}
|
|
22649
22649
|
});
|
|
22650
22650
|
if (result.code === 0) {
|
|
22651
|
-
scopeThis.tableData
|
|
22651
|
+
unclassified.deepClone.deepMerge(scopeThis.tableData, {
|
|
22652
22652
|
data: result.data,
|
|
22653
22653
|
total: result.total
|
|
22654
|
-
};
|
|
22654
|
+
});
|
|
22655
22655
|
if (!!message) {
|
|
22656
22656
|
ElMessage('数据已刷新');
|
|
22657
22657
|
}
|
|
@@ -42488,24 +42488,12 @@ var script$c = {
|
|
|
42488
42488
|
const props = __props;
|
|
42489
42489
|
|
|
42490
42490
|
// 顶层组件的props属性需做响应性包装,页面和js可以使用相同的命名
|
|
42491
|
-
let tableData_box = props.modelValue;
|
|
42491
|
+
let tableData_box = reactive(props.modelValue);
|
|
42492
42492
|
const tableProps_box = reactive(unclassified.deepClone.deepMerge(
|
|
42493
42493
|
unclassified.deepClone.deepClone(ly0default$1.myProps),
|
|
42494
42494
|
props.myProps
|
|
42495
42495
|
));
|
|
42496
42496
|
|
|
42497
|
-
let a = reactive(props.modelValue);
|
|
42498
|
-
watch(a, function (newVal, oldVal) {
|
|
42499
|
-
|
|
42500
|
-
console.log('测试 222', newVal);
|
|
42501
|
-
|
|
42502
|
-
});
|
|
42503
|
-
watch(tableData_box, function (newVal, oldVal) {
|
|
42504
|
-
|
|
42505
|
-
console.log('测试 333', newVal);
|
|
42506
|
-
|
|
42507
|
-
});
|
|
42508
|
-
|
|
42509
42497
|
const scopeThis_box = reactive(props.scopeThis);
|
|
42510
42498
|
|
|
42511
42499
|
return (_ctx, _cache) => {
|